List patch policy targets
Retrieve a paginated list of patch policy targets for an organization. Supports pagination, sorting, and filtering via a JSON filter string. The patch policy targets define when and how patches are applied to Workspaces.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization
24^[0-9a-f]{24}$Query Parameters
Page number (default: 1)
x >= 1Items per page (default: 100, max: 100)
1 <= x <= 100Sorting field with optional suffix order (:asc or :desc). Use response property names. Valid fields: id, name, created_at, timezone, should_restart, wake_on_lan, force_patching_configuration, is_in_maintenance, patch_policy_target_type. Example: "name:asc" or "created_at:desc"
Comma-separated list of fields to include in each patch policy target item. Selectable fields: id, name, created_by, created_at, timezone, should_restart, wake_on_lan, force_patching_configuration, is_in_maintenance, weeks, schedule, patch_policy_target_type, patch_policy_id. The field id is always included.
2048Filter patch policy targets by one or more criteria. Provide a JSON object with filter conditions. You can filter by any field returned in the response. Use comparison operators (eq, ne, gt, gte, lt, lte, in, nin, contains, startsWith, endsWith, between) and combine multiple conditions with logical operators (and, or). Maximum length: 5120 characters.
5120