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

Gets all Service Requests information that has been created or updated since the date supplied

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

MAX PER PAGE LIMIT: 500

    Sample Response:
    {
         "page": 1,
         "total": 4,
         "limit": 25,
         "totalEntries": 79,
         "data": [
            {
                "id": "b1e44872-e102-4dde-e2d4-08db92661102",
                "reference": "C00101-001",
                "status": "Logged",
                "category": "Repairs",
                "subcategory": "Complaints,
                "relatedperson": "Poppy Smith",
                "relatedcommunication": "c2344872-e102-4dde-e2d4-08db92602571",
                "relatedcommunicationtype": "Incoming",
                "relatedcommunicationsource": "Call",
                "relatedcommunicationreason": "Initial service request",
                "loggedby": "Zoe Parker",
                "datelogged": "01/08/2023 11:38",
                "summary": "Repair",
                "description": "Needs new door to kitchen",
                "createdDate": "01/01/1970 00:00",
                "lastChangedDate": "01/01/1970 00:00"
            }
        ]
    }
     
Log in to see full request history
Query Params
string
int32
Defaults to 25
int32
Defaults to 1
Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json