Skip to content

Incident Attachments

GET
/v1/Incidents/{id}/attachments

Get attachments on Incident

Parameters

Path Parameters

id*integer

Incident Id

Responses

OK

application/json
JSON
[
{
"id": "string",
"fileName": "string",
"fileExtension": "string",
"fileSizeInKb": 0,
"url": "string",
"createdDate": "string",
"createdByUserId": "string",
"createdByUser": "string",
"contentType": "string"
}
]