Interface StatusPagesApiListMaintenancesRequest

Hierarchy

  • StatusPagesApiListMaintenancesRequest

Properties

filterPageId?: string

Optional page id filter.

filterStatus?: string

Optional maintenance status filter. Supported values: scheduled, in_progress, completed.

include?: string

Comma-separated list of resources to include. Supported values: created_by_user, last_modified_by_user, status_page.

pageLimit?: number

The number of maintenances to return per page.

pageOffset?: number

Offset to use as the start of the page.

sort?: string

Sort order. Prefix with '-' for descending. Supported values: created_at, -created_at, start_date, -start_date.

Generated using TypeDoc