Incident Timestamps V2

Show Incident Timestamps V2

Get a single incident timestamp.

get/v2/incident_timestamps/{id}

Path parameters

idstring required

Unique ID of this incident timestamp

Response

OK response.

Example response

{
  "incident_timestamp": {
    "id": "01FCNDV6P870EA6S7TK1DSYD5H",
    "name": "Impact started",
    "rank": 1
  }
}