getCaseStages()
Obtains the stages within a case.
Returns
An object containing the stages in a case in the following structure:
{ ID: "PRIM1" entryTime: "20200520T093921.867 GMT" links: {,…} name: "Collect Info" type: "Primary" visited_status: "active" }.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the stages that are associated with a case.
const stages = this.getCaseStages();
Previous topic getCaseInfo() Next topic getCaseSummary()