Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
A Job definition query which defines a list of Job definitions
Filter by job definition id.
Only include job definitions which belong to one of the passed activity ids.
Only include job definitions which exist for the given process definition id.
Only include job definitions which exist for the given process definition key.
Only include job definitions which exist for the given job type. See the User Guide for more information about job types.
Only include job definitions which exist for the given job configuration. For example: for timer jobs it is the timer configuration.
Only include active job definitions. Value may only be true, as false is the default
behavior.
Only include suspended job definitions. Value may only be true, as false is the
default behavior.
Only include job definitions that have an overriding job priority defined. The only
effective value is true. If set to false, this filter is not applied.
Only include job definitions which belong to one of the passed tenant ids.
Only include job definitions which belong to no tenant. Value may only be true, as
false is the default behavior.
Include job definitions which belong to no tenant. Can be used in combination with
tenantIdIn. Value may only be true, as false is the default behavior.
An array of criteria to sort the result by. Each element of the array is
an object that specifies one ordering. The position in the array
identifies the rank of an ordering, i.e., whether it is primary, secondary,
etc. Sorting has no effect for count endpoints.
Response
Request successful.
The number of matching instances.