/users/me
/event_types
| Param | Type | Required | Description |
|---|---|---|---|
| user | string | optional | User URI to filter by |
| organization | string | optional | Organization URI to filter by |
| active | boolean | optional | Filter by active status |
| count | integer | optional | Number of results |
/event_types/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Event type UUID |
/scheduled_events
| Param | Type | Required | Description |
|---|---|---|---|
| user | string | optional | User URI to filter by |
| organization | string | optional | Organization URI to filter by |
| min_start_time | string | optional | Minimum start time (ISO 8601) |
| max_start_time | string | optional | Maximum start time (ISO 8601) |
| status | string | optional | Event status (active, canceled) |
| count | integer | optional | Number of results |
/scheduled_events/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Scheduled event UUID |
/scheduled_events/{uuid}/cancellation
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Scheduled event UUID |
| reason | string | optional | Cancellation reason |
/scheduled_events/{uuid}/invitees
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | Scheduled event UUID |
| count | integer | optional | Number of results |