Tasks REST Endpoints
Tasks
Use the Task endpoints retrieve status for data table and migration tasks, cancel and delete tasks, and retrieve files associated with a task (e.g. log files and export zip files).
Note: The '/tasks/{taskId}/actions/cancel' endpoint is deprecated in Oracle CPQ 20B. Use the PATCH method of the '/rest/v9/tasks/{taskId}' endpoint to cancel tasks.
Note: The '/tasks/{taskId}/actions/cancel' endpoint is deprecated in Oracle CPQ 20B. Use the PATCH method of the '/rest/v9/tasks/{taskId}' endpoint to cancel tasks.
- Cancel Task
- Method: patchPath:
/rest/v19/tasks/{taskId}
- Delete Task
- Method: deletePath:
/rest/v19/tasks/{taskId}
- Delete Tasks
- Method: postPath:
/rest/v19/tasks/actions/deleteTasks
- Download a Task File
- Method: getPath:
/rest/v19/tasks/{taskId}/files/{fileName}
- Get List of Tasks
- Method: getPath:
/rest/v19/tasks
- Get Task
- Method: getPath:
/rest/v19/tasks/{taskId}
- Get Task File List
- Method: getPath:
/rest/v19/tasks/{taskId}/files