Method

POST

Parameters

|firstResult|Pagination of results. Specifies the index of the first result to return.
|maxResults|Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.


|sortBy|Mandatory. Sort the results lexicographically by a given criterion. Valid values are instanceId, definitionId, businessKey, createTime, closeTime, duration and tenantId.|sortOrder|Mandatory. Sort the results in a given order. Values may be asc for ascending order or desc for descending order.
|sortBy|Mandatory. Sort the results lexicographically by a given criterion. Valid values are instanceId, definitionId, , createTime, closeTime, duration and tenantId.
|sortOrder|Mandatory. Sort the results in a given order. Values may be asc for ascending order or desc for descending order.

Result

  • For further information, please see the .

Response Codes

Example

POST /history/case-instance

Request Body:

  1. [
  2. {
  3. "id": "aCaseInstId",
  4. "businessKey": "aKey",
  5. "caseDefinitionId": "aCaseDefId",
  6. "createTime": "2013-03-23T13:42:43.000+0200",
  7. "closeTime": "2013-03-23T13:42:45.000+0200",
  8. "createUserId": "aCreateUserId",
  9. "superCaseInstanceId": "aSuperCaseInstanceId",
  10. "superProcessInstanceId": null,
  11. "tenantId": null,
  12. "active": true,
  13. "completed": false,
  14. "terminated": false,
  15. "closed": false