Retrieve Conversations for a Process Instance

get

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

Retrieves the conversations associated with the process instance.

Request

Path Parameters
Query Parameters
  • Retrieves only the conversation for the specified conversation name
Back to Top

Response

Supported Media Types

200 Response

Success. Returns the conversations or empty list when there aren't any.
Body ()
Root Schema : conversationInstances
Type: object
Show Source
Nested Schema : conversationInstanceList
Type: array
Show Source
Nested Schema : conversationInstanceList
Type: object
Show Source

401 Response

Unauthorized

500 Response

Error in retrieving the conversation information
Back to Top