View Source IncidentIo.IncidentTimestampsV2 (IncidentIo v0.1.0)

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

Link to this function

list(client \\ %Client{})

View Source

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

Link to this function

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

View Source

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