IncidentIo.IncidentTimestampsV2 (IncidentIo v0.3.1)

View Source

View incident timestamps.

Each incident has a number of timestamps: some being defaults that we set on each incident for you, and others being configured for your organisation within settings.

Timestamps help to communicate when a given action was taken for a specific incident, for example when it was reported, closed or fixed.

Summary

Functions

List all incident timestamps for an organisation.

Get a single incident timestamp.

Functions

list(client \\ %Client{})

List all incident timestamps for an organisation.

Example

IncidentIo.IncidentTimestampsV2.list(client)

More information at: https://api-docs.incident.io/tag/Incident-Timestamps-V2#operation/Incident-Timestamps%20V2_List

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

Get a single incident timestamp.

Example

IncidentIo.IncidentTimestampsV2.show(client, "some-incident-timestamp-id")

More information at: https://api-docs.incident.io/tag/Incident-Timestamps-V2#operation/Incident-Timestamps%20V2_Show