get https://{tenant}.rubixx.app/api/v2/crms/communications/servicerequests/changes
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"
}
]
}