Incident Comments
GET
/v1/Incidents/{id}/comments
Get comments on Incident
Parameters
Path Parameters
id*integer
Incident Id
Example
1Responses
OK
application/json
JSON
[
{
"id": 0,
"comment": "string",
"commentDate": "string",
"commentedBy": "string",
"commentedByUserId": "string",
"parentId": 0,
"level": 0
}
]
GET
/v1/Incidents/{id}/comments