/locations/:id/spaces

Get all of a location's spaces

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Path Params
int32
required

The ID of the location

include
array of strings
required

Include specific models for each space (e.g. calendar)

include*
Query Params
string

Will filter by a specified space name

int32
Defaults to 1

The page of the result

int32
Defaults to 10

How many results are returned per page

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json