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": "james.atkins@rubixx.co.uk",
            "visitNote": "Pre-Inspection",
            "createdDate": "30/01/2024 09:15",
            "lastUpdatedDate": "30/01/2024 09:15"
        },
        {
            ....
        }
    ]
Log in to see full request history
Query Params
string
Defaults to 01/01/1970

Show all updated or created records on or after this date.

int32
Defaults to 1

The current page number requested. Defaults to 1.

int32
Defaults to 50

The max number of items to return. Defaults to 50

Responses

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