getPublishingHistorical

get

/ccadmin/v1/publishingHistory/{id}

Get Publishing History. Get a publishing historical item matching a specified ID

Request

Supported Media Types
Path Parameters
  • The ID of the publishing historical to retrieve.
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getPublishingHistorical_response
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
Example Response (application/json)
{
    "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| |------------------|------------------| |31401|Internal Error| |31410|No publishing historical found with id: {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