get deprecatedhttps://{tenant}.rubixx.app/api/v2/cases/stages/changes
Sample Request:
GET /api/v2.0/cases/stages/changes?sinceDate=01/01/2023
MAX PER PAGE LIMIT: 500
Sample Response:
{
"page": 1,
"total": 4,
"limit": 25,
"totalEntries": 79,
"data": [
{
"id": "D8AA91C8-B181-4272-A4FE-FB565F2FDF21",
"caseId": "97196A95-B678-4567-A595-AC2CD851965C",
"stageOrder": "ASB Category B",
"description": "Complaint",
"dateStarted": "Tenant",
"targetDate": "Tenant",
"dateCompleted": "Tenant",
"stageOutcomeDescription": "Tenant",
"createdDate": "01/01/1970 00:00",
"lastChangedDate": "01/01/1970 00:00"
}
]
}