List scheduled publish jobs

get

/content/management/api/v1.1/publish/scheduledJobs

with the query.

Request

Query Parameters
  • This parameter accepts a non negative integer and is used to control the size of the result.
  • This parameter accepts a non negative integer and is used to control the start index of the result.
  • This parameter is used to control the order of results.
  • This parameter accepts a query expression condition that matches the field values. The value of query condition follows the format of {fieldName} {operator} "{fieldValue}". Multiple mentions of field status not supported.
  • This parameter accepts id of a repository and is used to control the returned results. The result will contain only jobs belonging to the specified repository.
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : ScheduledPublishJobs
Type: object
Schedule publish jobs.
Show Source
Nested Schema : aggregationResults
Type: array
Aggregation results.
Show Source
Nested Schema : items
Type: array
Singular resources contained in the collection.
Show Source
Nested Schema : pinned
Type: array
Pinned items. Shows items pinned at the top of search list
Show Source
Nested Schema : AggregationResult
Type: object
Show Source
Nested Schema : ScheduledJob
Type: object
ScheduledJob
Show Source
Nested Schema : channels
Type: array
Channels of the job.
Show Source
Nested Schema : ScheduledJobUser
Type: object
Scheduled Job User object
Show Source
Nested Schema : dependencies
Type: array
Dependency items of the job.
Show Source
Nested Schema : items
Type: array
Items of the job.
Show Source
Nested Schema : missingItems
Type: array
Items not found for scheduled publish.
Show Source
Nested Schema : publishingStatus
Type: array
Publishing status links of the Job.
Show Source
Nested Schema : schedule
Type: object
Additional Properties Allowed
Show Source
Time of the schedule.
Nested Schema : SchedulingResult
Type: object
Whether the publish job can be scheduled and what items block the schedule
Show Source
Nested Schema : ItemSubResourceListPublishValidationResult
Type: object
Item SubResource.
Show Source
Nested Schema : versions
Type: object
Additional Properties Allowed
Show Source
Versions of all items and dependencies of the job.
Nested Schema : additionalProperties
Type: object
Nested Schema : itemsScheduledByOtherJobs
Type: array
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PublishValidationResult
Type: object
Publish validation result for publishing items to channels
Show Source
Nested Schema : PolicyValidationResult
Type: object
PolicyValidationResult
Show Source
Nested Schema : TableStringStringString
Type: object
Show Source
Nested Schema : channels
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Request
Type: object
Show Source
Nested Schema : variationSets
Type: array
Show Source
Nested Schema : ChannelReference
Type: object
Show Source
Nested Schema : publishableItems
Type: array
Show Source
Nested Schema : PolicyReference
Type: object
Show Source
Nested Schema : variationPolicies
Type: array
Show Source
Nested Schema : PublishItemId
Type: object
Show Source
Nested Schema : ItemSummary
Type: object
Show Source
Nested Schema : dependencies
Type: array
Show Source
Nested Schema : validations
Type: array
Show Source
Nested Schema : ChannelValidation
Type: object
Show Source
Nested Schema : results
Type: array
Show Source
Nested Schema : PolicyRuleResult
Type: object
PolicyRuleResult
Show Source
Nested Schema : channels
Type: array
Show Source
Nested Schema : ids
Type: array
Show Source
Nested Schema : PublishValidation
Type: object
PublishValidation
Show Source
Nested Schema : ChannelId
Type: object
ChannelId
Show Source
Nested Schema : ItemVariationSetSummary
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : validations
Type: array
Show Source

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top