Retrieve a Process Instance

get

/ic/api/process/v1/processes/{processId}

Retrieves a process instance If document store is enabled for a particular instance apis to fetch and upload attachments will return a error message stating 'Document store is enabled attachments can not be used'. If document store is not enabled for a particular instance apis to fetch folders will return an error message stating 'Document store is not configured'. If conversations are not enabled for a particular instance apis to fetch conversation details will return error message stating 'Conversation are not enabled'

Request

Path Parameters
Query Parameters
  • Value of processNumber, if true it will fetch process instance by number, if false it will return process instance by instanceId
    Default Value: false
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : processInstance
Type: object
Show Source

500 Response

Internal Server Error
Back to Top