Skip to main content
After a case is created, it goes through multiple result types and statuses.

Result type

The following table lists the possible types of results for a case. The case result and its ID appear respectively as resultType and resultTypeId in the response body of API endpoints like GET /case/id/{caseId}.

Primary status

The following table lists the possible statuses for a case. The case status and its ID appear respectively as caseStatus and caseStatusId in the response body of API endpoints like GET /case/id/{caseId}.

Secondary status

The following table lists the possible secondary statuses for a case. The secondary status and its ID appear respectively as secondaryStatus and secondaryCaseStatusId in the response body of API endpoints like GET /case/id/{caseId}.

Adverse action status

The following table lists the possible statuses for an adverse action on a case. The adverse action status and its ID appear respectively as adverseActionStatusName and adverseActionStatusId in the response body of API endpoints like GET /case/id/{caseId}.
Note: Some ID values are GUIDs, while others are human-readable identifiers. The GUID-based IDs are “legacy” values from the original statuses introduced before we adopted human-readable IDs. To preserve backward compatibility, those original GUID-based IDs were not changed and we have no plans to change them.