location_recurring_service_events_get_list
Retrieve a list of recurring service events for a specific location using filters like date range, job ID, and status. Supports pagination and total count retrieval.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
createdBefore | No | Format - date-time (as date-time in RFC3339). Return items created before certain date/time (in UTC) | |
createdOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return items created on or after certain date/time (in UTC) | |
ids | No | Perform lookup by multiple IDs (maximum 50) | |
includeTotal | No | Whether total count should be returned | |
jobId | No | Format - int64. Job ID | |
locationId | No | Format - int64. Location ID | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
status | No | Follow up status Values: [NotAttempted, Unreachable, Contacted, Won, Dismissed] | |
tenant | Yes | Format - int64. Tenant ID |