Interface IncidentsApiListIncidentUserDefinedFieldsRequest

Hierarchy

  • IncidentsApiListIncidentUserDefinedFieldsRequest

Properties

filterIncidentType?: string

Filter results to fields associated with the given incident type UUID.

include?: string

Comma-separated list of related resources to include. Supported values are "last_modified_by_user", "created_by_user", and "incident_type".

includeDeleted?: boolean

When true, include soft-deleted fields in the response.

pageNumber?: number

The page number to retrieve, starting at 0.

pageSize?: number

The number of results to return per page. Must be between 0 and 1000.

Generated using TypeDoc