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

list(client \\ %Client{}, incident_id, is_follow_up \\ false, incident_mode \\ :test)

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

show(client \\ %Client{}, action_id)

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