Shared incident APIs

These APIs are shared across all incident process types: general, direct supplier, and external manufacturing incidents.

Companies that own or link to a network use these APIs to do the following for an incident of any type:

  • View and manage comments and attachments
  • View activity history
  • Manage followers

Add Comment For Incident

Owners and Partners use this API to add comments and attach files to an existing incident.

Edit Comment For Incident

Owners and Partners use this API to modify or remove existing comments and files attached to an incident. Comments and attachments can only be edited by the user that created the comment or attachment.

Upon successful removal, the attachment is marked deleted (isDelete = true) and will display as a deleted comment in the activity history for the incident.

List Comments For Incident

Owners and Partners use this API to return all comments and attachments for a specified incident. Return includes all comments and attachments associated with the incident that the user is authorized to view. Comments and files are listed with additional information (e.g. comment identifier, AWS S3 location of the file), and any deleted items are marked as isDelete = true.

Toggle User Follows Incident

Owners and Partners use this API to start or stop following a incident. Users that follow a incident receive notifications on updates to the request based on the APT notification settings for their profile. When users stop following the incident, notifications will cease.

Get Activity History For Incident

Owners and Partners use this API to return the full activity history for a specified incident. The response includes all recorded audit activities and updates to the record.