Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
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 id of the job definition.
The id of the process definition this job definition is associated with.
The key of the process definition this job definition is associated with.
The id of the activity this job definition is associated with.
The type of the job which is running for this job definition. See the User Guide for more information about job types.
The configuration of a job definition provides details about the jobs which will be created. For example: for timer jobs it is the timer configuration.
The execution priority defined for jobs that are created based on this definition.
May be null when the priority has not been overridden on the job
definition level.
Indicates whether this job definition is suspended or not.
The id of the tenant this job definition is associated with.
The id of the deployment this job definition is related to. In a deployment-aware setup, this leads to all jobs of the same definition being executed on the same node.