Get comments on a process instance
GET {{baseUrl}}/process-instances/:processInstanceId/comments?includeUserIds=false
Get comments on a process instance.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeUserIds | boolean | Indication to include OTDS Id instead of email for users in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}}