API Docs / Operations / Client - Recurring Task Schedules / List Recurring Tasks for Client

List Recurring Tasks for Client

GET /tenants/{tenant}/clients/{clientCode}/recurring-tasks

Returns a paged list of the recurring tasks that apply to this client. Each row's schedule is the one that applies to the client - their custom schedule when linked, else the task's default - with IsDefaultSchedule saying which.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

clientCode* path 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)

sortBy query enum

Field to sort by.

Name NextRunDate

Field to sort by.

Name NextRunDate

sortDesc query boolean

Sort in descending order (true) or ascending order (false, default)

Sort in descending order (true) or ascending order (false, default)

isActive query boolean

Filter by active status (true = active only, false = inactive only)

Filter by active status (true = active only, false = inactive only)

serviceCode query string

Filter by billable service code

Filter by billable service code

pipelineCode query string

Filter by sales pipeline code

Filter by sales pipeline code

categoryCode query string

Filter by task category code

Filter by task category code

workflowCode query string

Filter by workflow code

Filter by workflow code

search query string

Search across recurring task code, name, and description (minimum 3 characters)

Search across recurring task code, name, and description (minimum 3 characters)

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found

Try it