Interface OnCallApiListOnCallSchedulesRequest

Hierarchy

  • OnCallApiListOnCallSchedulesRequest

Properties

filterQuery?: string

Search query to filter schedules. Supports free-text search on schedule name (case-insensitive, * wildcards), and structured filters such as team.id:<uuid> and user.id:<uuid> (multiple values can be combined with OR, e.g. user.id:(<uuid> OR <uuid>)).

include?: string

Comma-separated list of included relationships to be returned. Allowed value: teams.

pageNumber?: number

Specific page number to return.

pageSize?: number

Number of items to return per page. The maximum allowed value is 100.

Generated using TypeDoc