Query Parameters
Available includes are schedule
, scheduleCount
, scheduleExists
. You can include multiple options by separating them with a comma.
Response
Update
curl --request GET \
--url http://localhost/api/schedules/{schedule}/updates/{update}
{
"data": {
"id": "<string>",
"type": "updates",
"attributes": {
"id": 123,
"updateable_id": 123,
"updateable_type": "<string>",
"message": "<string>",
"status": {
"human": "<string>",
"value": "<string>"
},
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}
curl --request GET \
--url http://localhost/api/schedules/{schedule}/updates/{update}
{
"data": {
"id": "<string>",
"type": "updates",
"attributes": {
"id": 123,
"updateable_id": 123,
"updateable_type": "<string>",
"message": "<string>",
"status": {
"human": "<string>",
"value": "<string>"
},
"created": {
"human": "<string>",
"string": "<string>"
},
"updated": {
"human": "<string>",
"string": "<string>"
}
}
}
}
Available includes are schedule
, scheduleCount
, scheduleExists
. You can include multiple options by separating them with a comma.
Update
Show child attributes