Get comments on a process instance

GET {{baseUrl}}/process-instances/:processInstanceId/comments?includeUserIds=false

Get comments on a process instance.

Request Params

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"content":[[{"author":"vamsi","id":"e710b009-3397-11ea-b509-eeee0affefe7","links":{"empty":true},"message":"OrderReceived","processInstanceId":"f8985abd-3391-11ea-b509-eeee0affefe7","time":"1980-06-15T06:55:23.563Z"},{"author":"vamsi","id":"e710b009-3397-11ea-b509-eeee0affefe7","links":{"empty":false},"message":"OrderReceived","processInstanceId":"f8985abd-3391-11ea-b509-eeee0affefe7","time":"2014-08-29T09:52:19.975Z"}],[{"author":"vamsi","id":"e710b009-3397-11ea-b509-eeee0affefe7","links":{"empty":false},"message":"OrderReceived","processInstanceId":"f8985abd-3391-11ea-b509-eeee0affefe7","time":"2016-04-25T22:22:23.466Z"},{"author":"vamsi","id":"e710b009-3397-11ea-b509-eeee0affefe7","links":{"empty":true},"message":"OrderReceived","processInstanceId":"f8985abd-3391-11ea-b509-eeee0affefe7","time":"1961-11-26T14:58:55.109Z"}]],"links":{"empty":true}}