Incident Timestamps V2

View incident timestamps.

Each incident has a number of timestamps; some being defaults that we set on each incident for you, and other 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.

List Incident Timestamps V2

List all incident timestamps for an organisation.

Responses
200

OK response.

get/v2/incident_timestamps
Request samples
Response samples
application/json
{
  • "incident_timestamps": [
    ]
}

Show Incident Timestamps V2

Get a single incident timestamp.

Request
path Parameters
id
required
string

Unique ID of this incident timestamp

Example: 01FCNDV6P870EA6S7TK1DSYD5H
Responses
200

OK response.

get/v2/incident_timestamps/{id}
Request samples
Response samples
application/json
{
  • "incident_timestamp": {
    }
}