Job REST Endpoints
Job
The operations from the Job category.
- Create a Job
- Method: postPath:
/job - Delete Job by ID
- Method: deletePath:
/job/{id} - Get Job Details
- Method: getPath:
/job - Get Job Details by ID
- Method: getPath:
/job/{id} - Get Job Patch Details
- Method: patchPath:
/job/{id}