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

Get Changes Since

Sample Request:

GET /api/v2.0/visits/changes?sinceDate=01/01/2023
MAX PER PAGE LIMIT: 500

Sample Response:
{
    "page": 1,
    "total": 19528,
    "limitPerPage": 1,
    "totalFilteredEntries": 19528,
    "totalEntries": 19528
    "data": [
        {
            "visitId": "110053f4-bc5b-4a22-b329-08dc2173f64b",
            "entityType": "Work Order",
            "entityRelatedId": "349cb22c-3adc-428f-a31c-6d024374746a",
            "visitDate": "01/01/2026 13:10",
            "visitTimeSlot": null,
            "visitType": "Repairs Pre-inspection",
            "officer": "[email protected]",
            "visitNote": "Pre-Inspection",
            "createdDate": "30/01/2024 09:15",
            "lastUpdatedDate": "30/01/2024 09:15"
        },
        {
            ....
        }
    ]
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!