Appearance
GET
/job/job-configuration/configurationsRequired scope:
viskan:jobconfig:readLists job configurations for the current tenant with optional keyword filter and pagination.
Parameters
Query parameters
page integerThe page number to retrieve. The first page is 1. Cannot be less than 1.
Default value:
1pageSize integerThe size of the pages to retrieve. The default is 10. Cannot be less than 1 and larger than 100.
Default value:
10keywords stringOptional keywords (whitespace separated) to search for in the configuration name.
active enumFilter by active status.
Enum:
ALLACTIVEINACTIVEDefault value:
ACTIVEuserAllowedToExecute enumFilter by execute permission.
Enum:
ALLALLOWEDNOT_ALLOWEDDefault value:
ALLuserAllowedToActivate enumFilter by activate permission.
Enum:
ALLALLOWEDNOT_ALLOWEDDefault value:
ALLonlyUserManageable booleanOnly include configurations where the user has at least one permission (activate or execute).
Default value:
falseResponse
The response contains the found job configurations.