getCaseSummary
The getCaseSummary operation returns a summary of a case object, including information such as the case identifier and state.
- The request specifies the case reference of the case whose summary is to be returned.
- The response returns a summary of the specified case object.
Note that there are two REST variants for getCaseSummary:
- GET - In this request, the case reference is included as a query parameter. Note, however, some CMIS servers use characters in case references that need escaping when included in URLs. If this is an issue, you can URL-encode the case reference, or you can use the alternative POST method.
- POST - In this request, the case reference is embedded in the request body.
- Required System Action
- readGlobalData
Copyright © Cloud Software Group, Inc. All rights reserved.