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
@spec list(IncidentIo.Client.t()) :: IncidentIo.response()
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
@spec show(IncidentIo.Client.t(), binary()) :: IncidentIo.response()
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