Retrieve a Conversation for a Process Instance

get

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

Retrieves conversation associated with the process instance based on conversationId.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

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

401 Response

Unauthorized

500 Response

Error in retrieving the conversation information
Back to Top