getCaseState

The getCaseState operation returns the current state of one or more cases.

  • The request specifies one or more case references of the cases whose states are to be returned. You can also specify that all allowable case state values be returned.
  • The response returns the requested case states, and optionally the allowable case state values.
Note that there are three REST variants for getCaseState:
  • GET - single reference - Returns the state for a single case.
  • GET - multiple references - Returns the state for multiple cases (can also be used for a single case).
  • POST - In this request, the case references are embedded in the request body.
Required System Action
readGlobalData
API Descriptions