OnceHub integration (Productivity). Imported from open-connector.
https://api.oncehub.com/v2/bookings
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of objects to return, from 1 to 100. |
| after | string | optional | A OnceHub object ID used as a pagination cursor. |
| before | string | optional | A OnceHub object ID used as a pagination cursor. |
| expand | array | optional | The OnceHub expandable response fields to include, using official expand paths. |
| lastUpdatedTimeGt | string | optional | Only return bookings whose last_updated_time is greater than this timestamp. |
/v2/booking-pages
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of objects to return, from 1 to 100. |
| after | string | optional | A OnceHub object ID used as a pagination cursor. |
| before | string | optional | A OnceHub object ID used as a pagination cursor. |
| expand | array | optional | The OnceHub expandable response fields to include, using official expand paths. |
/v2/event-types
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of objects to return, from 1 to 100. |
| after | string | optional | A OnceHub object ID used as a pagination cursor. |
| before | string | optional | A OnceHub object ID used as a pagination cursor. |
| expand | array | optional | The OnceHub expandable response fields to include, using official expand paths. |