Retrieve Conversations

get

/ic/api/process/v1/process-definitions/{processDefId}/conversations

Retrieves the conversations metadata associated with this process, if any.

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 metadata or empty list when there aren't any.
Body ()
Root Schema : Conversation
Type: object
Show Source

401 Response

Unauthorized

500 Response

Error in retrieving the folder information
Back to Top