Skip to main content
GET
/
schedules
/
{schedule}
/
updates
/
{update}
Get Schedule 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>"
      }
    }
  }
}

Path Parameters

schedule
integer
required
update
integer
required

Query Parameters

include
string

Response

data
object
required