API Docs / Operations / Tasks - Recurring / Get Recurring Task Resolved Clients

Get Recurring Task Resolved Clients

GET /tenants/{tenant}/recurring-tasks/{code}/resolved-clients

Returns a paged list of the clients that are candidates for one of this task's schedules - the population the task applies to, resolved for whichever association type the task uses (so a Clients with Services task yields only holders of those services, and inactive clients are never included). This is the pool the schedule client picker offers, NOT a schedule's membership - that comes back with the schedule itself. Search matches client name or code.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
search query string
offset query integer (int32)

Number of records to skip (default: 0). Use with limit for pagination.

Number of records to skip (default: 0). Use with limit for pagination.

limit query integer (int32)

Maximum number of records to return (default: 10, max: 50)

Maximum number of records to return (default: 10, max: 50)

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found

Try it