Jobs REST Endpoints
Broker Control/Jobs
Use for managing jobs.
- Create a Job
- Method: postPath:
/api/broker/Jobs - Delete a Job
- Method: deletePath:
/api/broker/Jobs/{id} - Get a Job by ID
- Method: getPath:
/api/broker/Jobs/{id} - Get Job States
- Method: getPath:
/api/broker/Jobs/readStates - Get Jobs
- Method: getPath:
/api/broker/Jobs - Get Jobs for Combo Boxes and Item Selectors
- Method: getPath:
/api/broker/Jobs/readForSelect - Start a Job
- Method: getPath:
/api/broker/Jobs/executeStart - Update a Job
- Method: putPath:
/api/broker/Jobs/{id}