Get a workspace's reservations
GET {{baseUrl}}/workspaces/:workspaceId/reservations?from=<dateTime>&to=<dateTime>&user_id=<string>
Use this API to get a workspace's reservations.
Scopes: workspace:read
workspace:read:admin
Rate Limit Label: Medium
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | The start date of the query. | |
to | string | The end date of the query. Can be up to 14 days in the future. | |
user_id | string | The ID of the user for whom to create a workspace reservation. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"from":"\u003cdateTime\u003e","reservations":[{"end_time":"\u003cdateTime\u003e","id":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","timezone":"\u003cstring\u003e","topic":"\u003cstring\u003e","user_id":"\u003cstring\u003e"},{"end_time":"\u003cdateTime\u003e","id":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","timezone":"\u003cstring\u003e","topic":"\u003cstring\u003e","user_id":"\u003cstring\u003e"}],"to":"\u003cdateTime\u003e"}