getPublishingWorksetDependencies

get

/ccadmin/v1/publishingChangeLists/worksets/{worksetId}

Get Publishing Workset Dependencies. Get a list of publishing change items that are dependent on the input workset identified by the {worksetId}.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

The following model is returned when operation succeeds.
Body ()
Root Schema : getPublishingWorksetDependencies_response
Type: object
Show Source
Nested Schema : items
Type: array
Items of publish changes.
Show Source
Nested Schema : sort
Type: array
Sort information of the publishing changes.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : authors
Type: array
Array of authors of publishing changes with format as: author'repository ID:author's first name,author's last name.
Show Source
Nested Schema : changeDetails
Type: array
Change Details.
Show Source
Nested Schema : scheduledPublishItem
Type: array
Scheduled publish event information.
Show Source
Nested Schema : worksets
Type: array
Worksets
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "total":1,
    "totalResults":1,
    "offset":0,
    "limit":1,
    "sort":[
        {
            "property":"displayName",
            "order":"asc"
        }
    ],
    "items":[
        {
            "lastName":"Amber",
            "itemType":"repository",
            "worksets":[
                {
                    "repositoryId":"ws100001"
                }
            ],
            "author":"admin",
            "displayName":"Men",
            "changeType":0,
            "assetType":"category",
            "changeDetails":[
                {
                    "changeTime":"2016-05-10T13:06:06.075Z",
                    "author":"admin",
                    "repositoryId":"100005"
                }
            ],
            "assetTypeDisplayName":"Collection",
            "changeTime":"2016-05-10T13:06:06.075Z",
            "firstName":"Admin",
            "componentPath":"/atg/commerce/catalog/ProductCatalog",
            "assetId":"catMen",
            "repositoryId":"change44444",
            "id":"change44444",
            "parentAssetType":"",
            "scheduledPublishItem":{
                "dateTime":"2018-01-26T08:00:00.000Z",
                "firstName":"Admin",
                "lastName":"User",
                "profileId":"admin",
                "eventName":"Men's clothing publish",
                "id":"900001",
                "eventType":1
            },
            "authors":[
                "admin:Amber,Admin",
                "admin:Weber,Damon"
            ]
        }
    ],
    "worksetId":"default"
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |31132|Internal Error| |31033|Invalid input error.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top