Incident Components
example

Example HTTP request

Retrieve information about the components of an incident.
Request method and path
GET /incidents/{id}/components

Example HTTP response

Response 200
[ { "messageComponentId": 42, "messageComponentName": "Body", "mimeType": "text/plain", "originalSize": 200, "messageComponentTypeName": "Body" }, { "messageComponentId": 43, "messageComponentName": "SecretFile.doc", "mimeType": "application/msword", "originalSize": 134753, "messageComponentTypeName": "Attachment" } ]