Get job history with pagination
get
/ccadmin/v1/cpq/products/jobs
Returns a paginated list of all CPQ product sync jobs.
Request
Supported Media Types
- application/json
Query Parameters
-
limit: integer
Pagination limitDefault Value:
50
-
offset: integer
Pagination offsetDefault Value:
0
Response
Supported Media Types
- application/json
200 Response
Returns the job history list.
Nested Schema : syncJob_response
Type:
Show Source
object
-
endTime:
string(date-time)
End time of the job (if completed)
-
jobDescription:
string
Description of the job
-
jobId:
string
ID of the job
-
jobName:
string
Name of the job
-
startTime:
string(date-time)
Start time of the job
-
status:
string
Status of the job
Default Response
Error response.
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code