Get a comment on a task

GET {{baseUrl}}/tasks/:taskId/comments/:commentId?includeUserIds=false

Get a comment on a task.

Request Params

KeyDatatypeRequiredDescription
includeUserIdsbooleanIndication to include OTDS Id instead of email for users in the response.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"author":"John","id":"e710b009-3397-11ea-b509-eeee0affefe7","links":{"empty":false},"message":"SampleMessage","processInstanceId":"f8985abd-3391-11ea-b509-eeee0affefe7","taskId":"f89f1185-3391-11ea-b509-eeee0affefe7","time":"1978-04-28T01:18:01.641Z"}