curl --request GET \
--url http://localhost/api/incident-templates/{incidentTemplate}
{
"data": {
"id": "<string>",
"type": "incidentTemplates",
"attributes": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"template": "<string>",
"engine": "blade",
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}
curl --request GET \
--url http://localhost/api/incident-templates/{incidentTemplate}
{
"data": {
"id": "<string>",
"type": "incidentTemplates",
"attributes": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"template": "<string>",
"engine": "blade",
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}
The incident template ID
IncidentTemplate
The response is of type object
.