This object allows you to add cases to a borrower that are relevant to servicing
or collections. For example, a bankruptcy case. A borrower can have multiple
cases. If you enabled Compliance Guard monitoring feature, we'll create a new case
every time a borrower matches to one of the external data sources we use. For example,
if you monitor for active military, and we match one of your borrowers to
the SCRA (https://scra.dmdc.osd.mil/scra/) database we'll create a new case
with type=militaryDuty.
Get all cases. Returns only borrower-bound cases by default.
Success
{- "status": 0,
 - "total": 0,
 - "count": 0,
 - "nextUrl": "string",
 - "previousUrl": "string",
 - "data": [
- {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "case",
 - "externalId": "string",
 - "people": [
- "string"
 
], - "borrowerIds": [
- "string"
 
], - "name": "string",
 - "companyId": "string",
 - "caseTypeMeta": {
- "base": "string",
 - "id": "string",
 - "name": "string",
 - "derivedFromTypeId": "string",
 - "version": 0
 
}, - "creationProcedure": "automatedCollectionsDetection",
 - "createdByUser": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "owningEmployeeId": "string",
 - "autoCreated": true,
 - "status": "initiated",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "statusUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "outcome": "approved",
 - "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
 - "outcomeUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "snoozedAt": "2019-08-24T14:15:22Z",
 - "snoozedUntil": "2019-08-24",
 - "matchToDataSource": true,
 - "matchDetails": {
- "ssnMatch": "match",
 - "last4SSNMatch": "match",
 - "nameMatch": "match",
 - "addressMatch": "match",
 - "dateOfBirthMatch": "match",
 - "matchDoneBy": "dataVendor",
 - "externalMatchCode": "string"
 
}, - "lenderAck": false,
 - "customFields": { },
 - "metaData": { },
 - "workflowId": "string",
 - "escalatedAt": "2019-08-24T14:15:22Z",
 - "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "escalationIsUrgent": true,
 - "associations": [
- {
- "objectType": "document",
 - "objectId": "string"
 
} 
], - "creatingSupercaseId": "string",
 - "lastViewedAt": "2019-08-24T14:15:22Z",
 - "lastViewedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
 - "lastSubresourceUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "openedAt": "2019-08-24T14:15:22Z",
 - "owningEmployee": {
- "id": "string",
 - "displayName": "string",
 - "twilioWorkerSid": "string"
 
}, - "caseType": "bankruptcy",
 - "courtCaseFiledDate": "2019-08-24",
 - "courtCaseNumber": "string",
 - "courtCaseChapter": "chapter7",
 - "courtCaseDebtorDisposition": "dismissed",
 - "courtCaseDebtorDispositionDate": "2019-08-24",
 - "courtCaseLastStatus": "filed",
 - "courtCaseLastStatusUpdatedDate": "2019-08-24",
 - "courtCaseClosedDate": "2019-08-24",
 - "creditorClaimDeadlineDate": "2019-08-24",
 - "anticipatedCaseCompletionDate": "2019-08-24",
 - "listedOutstandingDebt": true,
 - "typeId": "string"
 
} 
] 
}List active case escalations for a company
Success
{- "status": 0,
 - "count": 0,
 - "data": [
- {
- "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "note": "string",
 - "isUrgent": false,
 - "caseId": "string",
 - "caseName": "string",
 - "escalationTargetName": "string"
 
} 
] 
}Create a new case and associate it with a borrower using their ID.
Keyword parameters unique to bankruptcies.
Success
{- "caseType": "bankruptcy",
 - "courtCaseFiledDate": "2019-08-24",
 - "courtCaseNumber": "string",
 - "courtCaseChapter": "chapter7",
 - "courtCaseDebtorDisposition": "dismissed",
 - "courtCaseDebtorDispositionDate": "2019-08-24",
 - "courtCaseLastStatus": "filed",
 - "courtCaseLastStatusUpdatedDate": "2019-08-24",
 - "courtCaseClosedDate": "2019-08-24",
 - "creditorClaimDeadlineDate": "2019-08-24",
 - "anticipatedCaseCompletionDate": "2019-08-24",
 - "listedOutstandingDebt": true,
 - "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "createReviewTask": true,
 - "externalId": "string",
 - "people": [
- "string"
 
], - "borrowerIds": [
- "string"
 
], - "name": "string",
 - "creationProcedure": "automatedCollectionsDetection",
 - "owningEmployeeId": "string",
 - "autoCreated": true,
 - "status": "initiated",
 - "outcome": "approved",
 - "matchToDataSource": true,
 - "matchDetails": {
- "ssnMatch": "match",
 - "last4SSNMatch": "match",
 - "nameMatch": "match",
 - "addressMatch": "match",
 - "dateOfBirthMatch": "match",
 - "matchDoneBy": "dataVendor",
 - "externalMatchCode": "string"
 
}, - "lenderAck": false,
 - "customFields": { },
 - "metaData": { },
 - "workflowId": "string",
 - "escalatedAt": "2019-08-24T14:15:22Z",
 - "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "escalationIsUrgent": true,
 - "associations": [
- {
- "objectType": "document",
 - "objectId": "string"
 
} 
], - "openedAt": "2019-08-24T14:15:22Z",
 - "typeId": "string"
 
}{- "status": 0,
 - "message": "string",
 - "data": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "case",
 - "externalId": "string",
 - "people": [
- "string"
 
], - "borrowerIds": [
- "string"
 
], - "name": "string",
 - "companyId": "string",
 - "caseTypeMeta": {
- "base": "string",
 - "id": "string",
 - "name": "string",
 - "derivedFromTypeId": "string",
 - "version": 0
 
}, - "creationProcedure": "automatedCollectionsDetection",
 - "createdByUser": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "owningEmployeeId": "string",
 - "autoCreated": true,
 - "status": "initiated",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "statusUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "outcome": "approved",
 - "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
 - "outcomeUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "snoozedAt": "2019-08-24T14:15:22Z",
 - "snoozedUntil": "2019-08-24",
 - "matchToDataSource": true,
 - "matchDetails": {
- "ssnMatch": "match",
 - "last4SSNMatch": "match",
 - "nameMatch": "match",
 - "addressMatch": "match",
 - "dateOfBirthMatch": "match",
 - "matchDoneBy": "dataVendor",
 - "externalMatchCode": "string"
 
}, - "lenderAck": false,
 - "customFields": { },
 - "metaData": { },
 - "workflowId": "string",
 - "escalatedAt": "2019-08-24T14:15:22Z",
 - "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "escalationIsUrgent": true,
 - "associations": [
- {
- "objectType": "document",
 - "objectId": "string"
 
} 
], - "creatingSupercaseId": "string",
 - "lastViewedAt": "2019-08-24T14:15:22Z",
 - "lastViewedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
 - "lastSubresourceUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "openedAt": "2019-08-24T14:15:22Z",
 - "owningEmployee": {
- "id": "string",
 - "displayName": "string",
 - "twilioWorkerSid": "string"
 
}, - "caseType": "bankruptcy",
 - "courtCaseFiledDate": "2019-08-24",
 - "courtCaseNumber": "string",
 - "courtCaseChapter": "chapter7",
 - "courtCaseDebtorDisposition": "dismissed",
 - "courtCaseDebtorDispositionDate": "2019-08-24",
 - "courtCaseLastStatus": "filed",
 - "courtCaseLastStatusUpdatedDate": "2019-08-24",
 - "courtCaseClosedDate": "2019-08-24",
 - "creditorClaimDeadlineDate": "2019-08-24",
 - "anticipatedCaseCompletionDate": "2019-08-24",
 - "listedOutstandingDebt": true,
 - "typeId": "string"
 
} 
}Get all cases associated with a borrower.
Success
{- "status": 0,
 - "total": 0,
 - "count": 0,
 - "nextUrl": "string",
 - "previousUrl": "string",
 - "data": [
- {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "case",
 - "externalId": "string",
 - "people": [
- "string"
 
], - "borrowerIds": [
- "string"
 
], - "name": "string",
 - "companyId": "string",
 - "caseTypeMeta": {
- "base": "string",
 - "id": "string",
 - "name": "string",
 - "derivedFromTypeId": "string",
 - "version": 0
 
}, - "creationProcedure": "automatedCollectionsDetection",
 - "createdByUser": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "owningEmployeeId": "string",
 - "autoCreated": true,
 - "status": "initiated",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "statusUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "outcome": "approved",
 - "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
 - "outcomeUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "snoozedAt": "2019-08-24T14:15:22Z",
 - "snoozedUntil": "2019-08-24",
 - "matchToDataSource": true,
 - "matchDetails": {
- "ssnMatch": "match",
 - "last4SSNMatch": "match",
 - "nameMatch": "match",
 - "addressMatch": "match",
 - "dateOfBirthMatch": "match",
 - "matchDoneBy": "dataVendor",
 - "externalMatchCode": "string"
 
}, - "lenderAck": false,
 - "customFields": { },
 - "metaData": { },
 - "workflowId": "string",
 - "escalatedAt": "2019-08-24T14:15:22Z",
 - "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "escalationIsUrgent": true,
 - "associations": [
- {
- "objectType": "document",
 - "objectId": "string"
 
} 
], - "creatingSupercaseId": "string",
 - "lastViewedAt": "2019-08-24T14:15:22Z",
 - "lastViewedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
 - "lastSubresourceUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "openedAt": "2019-08-24T14:15:22Z",
 - "owningEmployee": {
- "id": "string",
 - "displayName": "string",
 - "twilioWorkerSid": "string"
 
}, - "caseType": "bankruptcy",
 - "courtCaseFiledDate": "2019-08-24",
 - "courtCaseNumber": "string",
 - "courtCaseChapter": "chapter7",
 - "courtCaseDebtorDisposition": "dismissed",
 - "courtCaseDebtorDispositionDate": "2019-08-24",
 - "courtCaseLastStatus": "filed",
 - "courtCaseLastStatusUpdatedDate": "2019-08-24",
 - "courtCaseClosedDate": "2019-08-24",
 - "creditorClaimDeadlineDate": "2019-08-24",
 - "anticipatedCaseCompletionDate": "2019-08-24",
 - "listedOutstandingDebt": true,
 - "typeId": "string"
 
} 
] 
}Success
{- "status": 0,
 - "message": "string",
 - "data": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "case",
 - "externalId": "string",
 - "people": [
- "string"
 
], - "borrowerIds": [
- "string"
 
], - "name": "string",
 - "companyId": "string",
 - "caseTypeMeta": {
- "base": "string",
 - "id": "string",
 - "name": "string",
 - "derivedFromTypeId": "string",
 - "version": 0
 
}, - "creationProcedure": "automatedCollectionsDetection",
 - "createdByUser": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "owningEmployeeId": "string",
 - "autoCreated": true,
 - "status": "initiated",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "statusUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "outcome": "approved",
 - "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
 - "outcomeUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "snoozedAt": "2019-08-24T14:15:22Z",
 - "snoozedUntil": "2019-08-24",
 - "matchToDataSource": true,
 - "matchDetails": {
- "ssnMatch": "match",
 - "last4SSNMatch": "match",
 - "nameMatch": "match",
 - "addressMatch": "match",
 - "dateOfBirthMatch": "match",
 - "matchDoneBy": "dataVendor",
 - "externalMatchCode": "string"
 
}, - "lenderAck": false,
 - "customFields": { },
 - "metaData": { },
 - "workflowId": "string",
 - "escalatedAt": "2019-08-24T14:15:22Z",
 - "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "escalationIsUrgent": true,
 - "associations": [
- {
- "objectType": "document",
 - "objectId": "string"
 
} 
], - "creatingSupercaseId": "string",
 - "lastViewedAt": "2019-08-24T14:15:22Z",
 - "lastViewedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
 - "lastSubresourceUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "openedAt": "2019-08-24T14:15:22Z",
 - "owningEmployee": {
- "id": "string",
 - "displayName": "string",
 - "twilioWorkerSid": "string"
 
}, - "caseType": "bankruptcy",
 - "courtCaseFiledDate": "2019-08-24",
 - "courtCaseNumber": "string",
 - "courtCaseChapter": "chapter7",
 - "courtCaseDebtorDisposition": "dismissed",
 - "courtCaseDebtorDispositionDate": "2019-08-24",
 - "courtCaseLastStatus": "filed",
 - "courtCaseLastStatusUpdatedDate": "2019-08-24",
 - "courtCaseClosedDate": "2019-08-24",
 - "creditorClaimDeadlineDate": "2019-08-24",
 - "anticipatedCaseCompletionDate": "2019-08-24",
 - "listedOutstandingDebt": true,
 - "typeId": "string"
 
} 
}Update a case associated with a borrower.
Keyword parameters unique to bankruptcies.
Success
{- "caseType": "bankruptcy",
 - "courtCaseFiledDate": "2019-08-24",
 - "courtCaseNumber": "string",
 - "courtCaseChapter": "chapter7",
 - "courtCaseDebtorDisposition": "dismissed",
 - "courtCaseDebtorDispositionDate": "2019-08-24",
 - "courtCaseLastStatus": "filed",
 - "courtCaseLastStatusUpdatedDate": "2019-08-24",
 - "courtCaseClosedDate": "2019-08-24",
 - "creditorClaimDeadlineDate": "2019-08-24",
 - "anticipatedCaseCompletionDate": "2019-08-24",
 - "listedOutstandingDebt": true,
 - "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "createReviewTask": true,
 - "externalId": "string",
 - "people": [
- "string"
 
], - "borrowerIds": [
- "string"
 
], - "name": "string",
 - "creationProcedure": "automatedCollectionsDetection",
 - "owningEmployeeId": "string",
 - "autoCreated": true,
 - "status": "initiated",
 - "outcome": "approved",
 - "matchToDataSource": true,
 - "matchDetails": {
- "ssnMatch": "match",
 - "last4SSNMatch": "match",
 - "nameMatch": "match",
 - "addressMatch": "match",
 - "dateOfBirthMatch": "match",
 - "matchDoneBy": "dataVendor",
 - "externalMatchCode": "string"
 
}, - "lenderAck": false,
 - "customFields": { },
 - "metaData": { },
 - "workflowId": "string",
 - "escalatedAt": "2019-08-24T14:15:22Z",
 - "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "escalationIsUrgent": true,
 - "associations": [
- {
- "objectType": "document",
 - "objectId": "string"
 
} 
], - "openedAt": "2019-08-24T14:15:22Z"
 
}{- "status": 0,
 - "message": "string",
 - "data": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "case",
 - "externalId": "string",
 - "people": [
- "string"
 
], - "borrowerIds": [
- "string"
 
], - "name": "string",
 - "companyId": "string",
 - "caseTypeMeta": {
- "base": "string",
 - "id": "string",
 - "name": "string",
 - "derivedFromTypeId": "string",
 - "version": 0
 
}, - "creationProcedure": "automatedCollectionsDetection",
 - "createdByUser": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "owningEmployeeId": "string",
 - "autoCreated": true,
 - "status": "initiated",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "statusUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "outcome": "approved",
 - "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
 - "outcomeUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "snoozedAt": "2019-08-24T14:15:22Z",
 - "snoozedUntil": "2019-08-24",
 - "matchToDataSource": true,
 - "matchDetails": {
- "ssnMatch": "match",
 - "last4SSNMatch": "match",
 - "nameMatch": "match",
 - "addressMatch": "match",
 - "dateOfBirthMatch": "match",
 - "matchDoneBy": "dataVendor",
 - "externalMatchCode": "string"
 
}, - "lenderAck": false,
 - "customFields": { },
 - "metaData": { },
 - "workflowId": "string",
 - "escalatedAt": "2019-08-24T14:15:22Z",
 - "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "escalationIsUrgent": true,
 - "associations": [
- {
- "objectType": "document",
 - "objectId": "string"
 
} 
], - "creatingSupercaseId": "string",
 - "lastViewedAt": "2019-08-24T14:15:22Z",
 - "lastViewedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
 - "lastSubresourceUpdatedBy": {
- "id": "string",
 - "name": "string",
 - "userType": "agent",
 - "descriptor": "Agent bob@acme.com",
 - "employee": {
- "id": "string"
 
} 
}, - "openedAt": "2019-08-24T14:15:22Z",
 - "owningEmployee": {
- "id": "string",
 - "displayName": "string",
 - "twilioWorkerSid": "string"
 
}, - "caseType": "bankruptcy",
 - "courtCaseFiledDate": "2019-08-24",
 - "courtCaseNumber": "string",
 - "courtCaseChapter": "chapter7",
 - "courtCaseDebtorDisposition": "dismissed",
 - "courtCaseDebtorDispositionDate": "2019-08-24",
 - "courtCaseLastStatus": "filed",
 - "courtCaseLastStatusUpdatedDate": "2019-08-24",
 - "courtCaseClosedDate": "2019-08-24",
 - "creditorClaimDeadlineDate": "2019-08-24",
 - "anticipatedCaseCompletionDate": "2019-08-24",
 - "listedOutstandingDebt": true,
 - "typeId": "string"
 
} 
}Associate an existing case, interaction, loan, or file objects to the case.
This way you can create comprehensive view of the case.
Success no content
{- "objectType": "document",
 - "objectId": "string",
 - "relation": "related"
 
}Remove association of an existing case, interaction, loan, or file objects from the case.
Success no content
Mark a case as viewed by the current user
Successfully marked case as viewed
Escalate or de-escalate a case
Success no content
{- "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "note": "string",
 - "isUrgent": false
 
}List case escalations
Success
{- "status": 0,
 - "count": 0,
 - "data": [
- {
- "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "note": "string",
 - "isUrgent": false
 
} 
] 
}List case escalations
Success
{- "escalatedTeamId": "string",
 - "escalatedEmployeeId": "string",
 - "note": "string",
 - "isUrgent": false,
 - "caseId": "string",
 - "caseName": "string",
 - "escalationTargetName": "string"
 
}Snooze the case or cancel the case snooze.
Success no content
{- "snoozeFor": 1
 
}Request sandbox access