Incident Updates
Get Incident Update
API Documentation
Components
Component Groups
Incident Updates
Incident Templates
MetricPoint
Incident Updates
Get Incident Update
GET
/
incidents
/
{incident}
/
updates
/
{update}
curl --request GET \
--url http://localhost/api/incidents/{incident}/updates/{update}
{
"data": {
"id": "<string>",
"type": "updates",
"attributes": {
"id": "<string>",
"updateable_id": "<string>",
"updateable_type": "<string>",
"message": "<string>",
"status": {
"human": "<string>",
"value": "<string>"
},
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}
Query Parameters
Available includes are incident
, incidentCount
, incidentExists
. You can include multiple options by separating them with a comma.
Response
200
application/json
`Update`
Available options:
updates
curl --request GET \
--url http://localhost/api/incidents/{incident}/updates/{update}
{
"data": {
"id": "<string>",
"type": "updates",
"attributes": {
"id": "<string>",
"updateable_id": "<string>",
"updateable_type": "<string>",
"message": "<string>",
"status": {
"human": "<string>",
"value": "<string>"
},
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}