List events
Gets all client scheduled events.
Query parameters
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
Sortable columns are next_scheduled_at, id, created_at, updated_at, deleted_at.
Filter results by column integer value. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by column string-formatted uuid value. Valid filter predicates are eq, neq.
Filter results by column boolean value. Valid filter predicates are eq, neq.
Filter results by column boolean value. Valid filter predicates are eq, neq.
Filter results by column boolean value. Valid filter predicates are eq, neq.
Filter results by column boolean value. Valid filter predicates are eq, neq.
Filter results by column boolean value. Valid filter predicates are eq, neq.
Filter results by column boolean value. Valid filter predicates are eq, neq.
When a value of true is passed, any Domains associated with scheduled and finished jobs for each client will have expanded properties including name and type. When a value of false is passed, these same Domains will only return as a list of objectids.
When a value of true is passed, any OUs associated with scheduled and finished jobs for each client will have expanded properties including name and type. When a value of false is passed, these same OUs will only return as a list of objectids.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by created_at value. See filter schema details for valid predicates.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by updated_at value. See filter schema details for valid predicates.
Filter results by column timestamp value formatted as an RFC-3339 string. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter results by deleted_at value. See filter schema details for valid predicates.
The number of items to skip in a paginated response.
This query parameter is used for determining the number of objects to skip in pagination.
The limit of results requested by the client.
This query parameter is used for setting an upper limit of objects returned in paginated responses.
Response
OK
Changes
Changed in 5 of the 66 revisions of this API.4747
- ▲
added the pattern
^((eq|neq):)?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$to thequeryrequest parameterclient_idrequest-parameter-pattern-added
- ○
for the
queryrequest parameterclient_id, the type/format was generalized fromstring/uuidtostring/request-parameter-type-generalized
- ▲
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametercert_services_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametersession_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$to thequeryrequest parameteridrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterdeleted_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameternext_scheduled_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterupdated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterrrulerequest-parameter-pattern-added
- ○
for the
queryrequest parameterad_structure_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterca_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercert_services_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdc_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdeleted_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterid, the type/format was generalized frominteger/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlocal_group_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameternext_scheduled_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parametersession_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterupdated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parameterad_structure_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterca_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercert_services_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterdc_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterdeleted_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterid, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ▲
for the
queryrequest parameterlocal_group_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameternext_scheduled_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parametersession_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterupdated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametercert_services_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametersession_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$from thequeryrequest parameteridrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterdeleted_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameternext_scheduled_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterupdated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterrrulerequest-parameter-pattern-removed
- ▲
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametercert_services_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametersession_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$to thequeryrequest parameteridrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterdeleted_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameternext_scheduled_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterupdated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterrrulerequest-parameter-pattern-added
- ○
for the
queryrequest parameterad_structure_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterca_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercert_services_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdc_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdeleted_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterid, the type/format was generalized frominteger/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlocal_group_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameternext_scheduled_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parametersession_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterupdated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parameterad_structure_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterca_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercert_services_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterdc_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterdeleted_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterid, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ▲
for the
queryrequest parameterlocal_group_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameternext_scheduled_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parametersession_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterupdated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametercert_services_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametersession_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$from thequeryrequest parameteridrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterdeleted_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameternext_scheduled_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterupdated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterrrulerequest-parameter-pattern-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲