Array of objects or null | |
object | |
created_at | string <date-time> |
day_of_week | integer or null Enum: 0 1 2 3 4 5 6 |
id | string <int64> |
object | |
object | |
time_zone | string or null See: supported time zones |
time_zone_identifier | string or null |
updated_at | string <date-time> |
{- "availabilities": [
- {
- "starts_at": "09:00",
- "ends_at": "13:00"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "day_of_week": 0,
- "id": "string",
- "time_zone": "Melbourne",
- "time_zone_identifier": "Australia/Melbourne",
- "updated_at": "2019-08-24T14:15:22Z"
}
successful operation
{- "daily_availabilities": [
- {
- "availabilities": [
- {
- "starts_at": "09:00",
- "ends_at": "13:00"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "day_of_week": 0,
- "id": "string",
- "time_zone": "Melbourne",
- "time_zone_identifier": "Australia/Melbourne",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "total_entries": 1,
- "links": {
}
}
Successful operation
{- "availabilities": [
- {
- "starts_at": "09:00",
- "ends_at": "13:00"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "day_of_week": 0,
- "id": "string",
- "time_zone": "Melbourne",
- "time_zone_identifier": "Australia/Melbourne",
- "updated_at": "2019-08-24T14:15:22Z"
}
successful operation
{- "daily_availabilities": [
- {
- "availabilities": [
- {
- "starts_at": "09:00",
- "ends_at": "13:00"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "day_of_week": 0,
- "id": "string",
- "time_zone": "Melbourne",
- "time_zone_identifier": "Australia/Melbourne",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "total_entries": 1,
}
successful operation
{- "daily_availabilities": [
- {
- "availabilities": [
- {
- "starts_at": "09:00",
- "ends_at": "13:00"
}
], - "created_at": "2019-08-24T14:15:22Z",
- "day_of_week": 0,
- "id": "string",
- "time_zone": "Melbourne",
- "time_zone_identifier": "Australia/Melbourne",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "total_entries": 1,
}