Retrieve Case Comments

GET Case Comments

GET /cases/{caseId}/comments endpoint returns all comments for a case.

Authentication

x-api-keystring
API keys are used to authenticate the requests.

Path parameters

caseIdstringRequired
Unique Case Identifier

Response

OK
commentIdstring
Unique comment ID
bodystring
Comment body
fileslist of objectsOptional
createdTimestampdoubleOptional
Timestamp when comment is created
updatedTimestampdoubleOptional
Timestamp when comment is updated

Errors

400
Bad Request Error