Skip to content

Incident Comments

GET
/v1/Incidents/{id}/comments

Get comments on Incident

Parameters

Path Parameters

id*integer

Incident Id

Example 1

Responses

OK

application/json
JSON
[
{
"id": 0,
"comment": "string",
"commentDate": "string",
"commentedBy": "string",
"commentedByUserId": "string",
"parentId": 0,
"level": 0
}
]