v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Channel Catalogs - Exportations

Get the exportation history

get/v2/user/channelCatalogs/{channelCatalogId}/exportations/history

Path parameters

channelCatalogIdstring guid required

The channel catalog identifier

Query parameters

pageNumberinteger required

The page number you want to get

pageSizeinteger required

The entry count you want to get

Response

Channel catalog exportation history

Example response

{
  "paginationResult": {
    "entryCount": "25",
    "pageCount": "38",
    "totalEntryCount": "943",
    "links": {
      "first": {
        "href": "/v2/user/marketplaces/orders/list/full",
        "method": "POST",
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "type": "object",
            "schema": "orderListRequest",
            "value": {
              "beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
              "endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
              "pageSize": "25",
              "pageNumber": "1"
            }
          }
        ]
      },
      "last": {
        "href": "/v2/user/marketplaces/orders/list/full",
        "method": "POST",
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "type": "object",
            "schema": "orderListRequest",
            "value": {
              "beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
              "endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
              "pageSize": "25",
              "pageNumber": "38"
            }
          }
        ]
      },
      "next": {
        "href": "/v2/user/marketplaces/orders/list/full",
        "method": "POST",
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "type": "object",
            "schema": "orderListRequest",
            "value": {
              "beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
              "endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
              "pageSize": "25",
              "pageNumber": "2"
            }
          }
        ]
      }
    }
  },
  "exportations": [
    {
      "exportationUtcDate": "2014-08-25T07:32:31.584Z",
      "exportationDuration": "00:01:00",
      "cacheStatus": "Available",
      "clientIpAddress": "42.101.42.101",
      "clientUserAgent": "Wget/1.13.4 (linux-gnu)"
    }
  ],
  "links": {
    "self": {
      "href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/exportations/history",
      "method": "GET"
    }
  }
}