Appearance
GET
/job/job-configuration/configurations/{id}Required scope:
viskan:jobconfig:readGet a job configuration by its unique identifier.
Parameters
Path parameters
id integerThe unique identifier of the job configuration.
Response
The response contains the configuration.
JSON
{
"jobConfigId": 1,
"name": "Process order cancellations",
"description": "...",
"active": true,
"userAllowedToActivate": true,
"userAllowedToExecute": false,
"jobExecutionExclusionId": 0
}
| Error code | Description |
|---|---|
config-not-found | The configuration with the given ID was not found. |