crm_bookings_provider_list
Fetch bookings for a specific provider using IDs, external ID, or creation/modification date ranges. Paginate, sort, and filter to locate the needed records.
Instructions
Search one booking provider's bookings by IDs, external ID, or created and modified ranges. Returns one page and requires the provider ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited booking IDs (max 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| pageSize | No | Records per page (default 50) | |
| externalId | No | External booking ID | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| bookingProvider | Yes | Booking provider ID | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||