GET
/
incident-templates
/
{incidentTemplate}
curl --request GET \
  --url http://localhost/api/incident-templates/{incidentTemplate}
{
  "data": {
    "id": "<string>",
    "type": "incidentTemplates",
    "attributes": {
      "id": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "template": "<string>",
      "engine": "<string>",
      "created": {
        "human": "<string>",
        "string": "<string>"
      },
      "updated": {
        "human": "<string>",
        "string": "<string>"
      }
    }
  }
}

Path Parameters

incidentTemplate
integer
required

The incident template ID

Response

200
application/json
`IncidentTemplate`
data
object
required