Get Process Instance Comment by Comment Id

get

/process/api/v1/instances/{id}/comments/{commentId}

Gets the process instance comment by comment Id.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Comment
Type: object
Show Source
Nested Schema : User
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Back to Top