Jobs REST Endpoints
Jobs
The operations from the Jobs category.
- Delete Jobs
- Method: deletePath:
/jobs/purge - Execute Job
- Method: postPath:
/jobs - Get Job
- Method: getPath:
/jobs/{id} - Get Job List
- Method: getPath:
/jobs - Get Job Statistics
- Method: getPath:
/jobs/statistics/{userId} - Rerun Job
- Method: postPath:
/jobs/{id}