/locations/:id/spaces

Get all of a location's spaces

Optional Includes

You can optionally include each space's calendar in the response via /location/:id/spaces?include=calendar.

The space state entity is includable as well with ?include=state:

{
  "availability": "available",
  "present": 1,
  "next_busy_change": "2016-11-14T11:30:00+0000"
}

The next_busy_change describes the next time when the space will transition from available to busy, or vice versa. If there are no busy changes in the near future, this calue may be null.

Language
Authorization
Header
Click Try It! to start a request and see the response here!