Skip to content
ipro-dave edited this page Aug 2, 2022 · 1 revision

Request Url: /apis/tasks?PropertyID={id}&modifiedTimeFrom=2022-01-01&ownerID={owner}

  • propertyId will filter the list of returned tasksto only include those on the specified property (optional)

  • modifiedTimeFrom will filter the list of returned tasksto only include those modified since the time specified (optional)

  • ownerID will filter the list of returned tasksto only include properties owned by the specified owner id (optional)

{
    "TotalHits": 2,
    "Items": [
        {
            "Id": 21,
            "PropertyId": 8865,
            "CreateDate": "2015-03-16T15:50:18.5300000Z",
            "IssueDate": "2015-03-16T16:00:00.0000000Z",
            "ModifiedDate": "2022-07-25T13:19:56.2030000Z",
            "ModifiedBy": 68,
            "InvoiceDate": null,
            "InvoiceId": null,
            "SolvedDate": "2015-08-13T10:55:22.2870000Z",
            "TaskType": "Cleaning Complaint",
            "Description": "clients just arrived cleaning not up to standard \n\nits done",
            "StaffRate": 25.0000,
            "StaffTime": 60,
            "NetCost": 25.00,
            "Price": 30.00,
            "Commssion": 5.00,
            "Tax": 3.30,
            "ManagementNotes": "If it turns out to be client issue we need to charge the client, if owner we will charge them €50",
            "Paid": false,
            "Solved": true,
            "ExcludeFromInvoice": false
        },
        {
            "Id": 122,
            "PropertyId": 8865,
            "CreateDate": "2017-01-23T12:20:54.3170000Z",
            "IssueDate": "2017-06-10T08:00:00.0000000Z",
            "ModifiedDate": "2022-07-25T13:22:04.2070000Z",
            "ModifiedBy": 68,
            "InvoiceDate": "2022-03-12",
            "InvoiceId": 2066,
            "SolvedDate": "2022-02-10T12:18:21.5130000Z",
            "TaskType": "Arrival Clean",
            "Description": "",
            "StaffRate": 25.0000,
            "StaffTime": 120,
            "NetCost": 50.00,
            "Price": 50.00,
            "Commssion": 0.00,
            "Tax": 10.00,
            "ManagementNotes": "",
            "Paid": false,
            "Solved": true,
            "ExcludeFromInvoice": false
        }
    ]
}
Clone this wiki locally