IncidentIo. ActionsV1
(IncidentIo v0.3.1)
View Source
Manage actions attached to incidents.
Actions are tasks that responders create during an incident to track work that needs to be done. This module covers the v1 Actions API.
Summary
Functions
@spec list( IncidentIo.Client.t(), binary(), bool(), IncidentIo.deprecated_incident_mode() ) :: IncidentIo.response()
List all actions for an organisation.
Example
IncidentIo.ActionsV1.list(client, "some-incident-id")More information at: https://api-docs.incident.io/tag/Actions-V1#operation/Actions%20V1_List
@spec show(IncidentIo.Client.t(), binary()) :: IncidentIo.response()
Get a single incident action.
Example
IncidentIo.ActionsV1.show(client, "some-action-id")More information at: https://api-docs.incident.io/tag/Actions-V1#operation/Actions%20V1_Show