getPublishingHistoricals

get

/ccadmin/v1/publishingHistory

Get Publishing History. Get a list of publishing historical items.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getPublishingHistoricals_response
Type: object
Show Source
Nested Schema : items
Type: array
Items of publishing historical.
Show Source
Nested Schema : sort
Type: array
Sort information of the publishing historical items.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : authors
Type: array
Array of authors of the publish changes with format as: author'ID:author's first name,author's last name.
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "total":1,
    "totalResults":1,
    "offset":0,
    "limit":250,
    "sort":[
        {
            "property":"endTime",
            "order":"desc"
        }
    ],
    "items":[
        {
            "publishInitiator":"admin:User,Admin",
            "worksetName":"default",
            "eventName":"default",
            "numberOfHistoricalChanges":1,
            "startTime":"2022-03-03T19:02:35.000Z",
            "operationType":"selective_publish",
            "id":"publish30002",
            "endTime":"2022-03-03T19:02:45.356Z",
            "publishInitiatorProfileType":"adminUI",
            "authors":[
                "admin:User,Admin"
            ],
            "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| |------------------|------------------| |31400|Internal 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