Return all Events
GET {{baseUrl}}/v3/grants/:grant_id/events?limit=50&calendar_id={{calendar_id}}
Returns all events.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The number of objects to return. This field defaults to 50. The maximum allowed value for this field is 200. See pagination for more information. | |
page_token | string | ||
calendar_id | string | ||
show_cancelled | boolean | ||
title | string | ||
description | string | ||
ical_uid | string | ||
location | string | ||
start | string | ||
end | string | ||
master_event_id | string | ||
metadata_pair | string | ||
expand_recurring | boolean | ||
order_by | string | ||
busy | string | ||
updated_before | string | ||
updated_after | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"value":"\u003cError: Could not resolve allOf schema"}