getPublishingDependencies

get

/ccadmin/v1/publishingChangeLists/{changeListId}

Get Publishing Dependencies. Get a list of publishing change items that are dependent on the input items identified by the {changeListId}. Output includes the input items. Optionally takes the x-ccasset-language header to get translated content in another language.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Type of dependencies. One of all, dependencies or original.
  • Level of dependencies. By default, only high level change items are returned. If value is full, both high level and low level change items are returned. And if value is full, param "changes" setting will be overridden to default value (all).
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getPublishingDependencies_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 : 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,
    "changeListID":[
        "string",
        "change list Id which can be used for scheduling a selective publish for the items in this list."
    ],
    "sort":[
        {
            "property":"displayName",
            "order":"asc"
        }
    ],
    "items":[
        {
            "lastName":"Amber",
            "itemType":"repository",
            "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"
            ]
        }
    ]
}

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| |------------------|------------------| |31032|Internal Error| |31033|Invalid value [ {1} ] for parameter: {0}.|
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