Retrieve Task Comments
get
/bpm/api/4.0/tasks/{id}/comments
Retrieves task comments.
Request
Path Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : Collection
Type:
Show Source object
- count: integer (int32)
- hasMore: boolean Default Value:
false
- items: array items
- limit: integer (int32)
- links: array links
- offset: integer (int32)
- totalResult: boolean Default Value:
false
- userLink: object link
Nested Schema : link
Type:
Show Source object
- href: string (uri) href of the provided link
- rel: string relationship with the returned resourceExample:
self
500 Response
Internal Server Error