List all incident attachments for a given external resource or incident. You must provide either a specific incident ID or a specific external resource type and external ID.
Incident that this attachment is against
"01G0J1EXE7AXZ2C93K61WBPYEH"
ID of the resource in the external system
"123"
E.g. PagerDuty: the external system that holds the resource
pager_duty_incident, opsgenie_alert, datadog_monitor_alert, github_pull_request, gitlab_merge_request, sentry_issue, jira_issue, jsm_alert, atlassian_statuspage_incident, zendesk_ticket, google_calendar_event, outlook_calendar_event, slack_file, scrubbed, statuspage_incident "pager_duty_incident"
OK response.
[
{
"id": "01FCNDV6P870EA6S7TK1DSYD5H",
"incident_id": "01FCNDV6P870EA6S7TK1DSYD5H",
"resource": {
"external_id": "123",
"permalink": "https://my.pagerduty.com/incidents/ABC",
"resource_type": "pager_duty_incident",
"title": "The database has gone down"
}
}
]