API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Gets all information of Service Request Links - Tasks information that has been created or updated since the date supplied

Sample Request:
GET /api/v2.0/crms/servicerequestlinks/tasks/changes?sinceDate=01/01/2023

MAX PER PAGE LIMIT: 500

    Sample Response:
    {
         "page": 1,
         "total": 4,
         "limit": 25,
         "totalEntries": 79,
         "data": [
            {
                "servicerequest": "3b7414a5-008e-49b9-8dc2-08db93294e92",
                "relatedItem": "53de1a75-97e1-4dc2-31bc-08db932bfd72",
                "taskId": "53de1a75-97e1-4dc2-31bc-08db932bfd72",
                "reference": "137" (Task Number),
                "createdDate": "01/01/1970 00:00",
                "lastChangedDate": "01/01/1970 00:00",
                "relatedRecordId": "FD0B73DF-9E65-4F8C-8153-35ED0B4DC809", -- Related Person Id, Application Id, Case Id etc
                "relatedRecordType": "Person",
                "relatedRecordRef": "P00000000001"
            }
        ]
    }
     
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!