cURL
curl --request GET \ --url http://localhost/api/incidents/{incident}/updates/{update}
{ "data": { "id": "<string>", "type": "updates" } }
The incident ID
The update ID
Available includes are incident, incidentCount, incidentExists. You can include multiple options by separating them with a comma.
incident
incidentCount
incidentExists
Update
Show child attributes