v1

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

Get the exportation cache information

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

Path parameters

channelCatalogIdstring guid required

The channel catalog identifier

Response

Channel catalog exportation cache information

Example response

{
  "cacheInfo": {
    "cacheStatus": "ReadyForGeneration",
    "lastUpdateUtcDate": "2014-08-25T07:32:31.584Z",
    "lastContentChangeUtcDate": "2014-08-25T07:30:31.584Z",
    "expirationUtcDate": "2014-08-25T08:02:31.584Z",
    "feedUrl": "https://www.scootmotoshop.com/feed.xml"
  },
  "links": {
    "self": {
      "href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/exportations/cache",
      "method": "GET"
    },
    "clear": {
      "href": "/v2/user/channelCatalogs/6d6b04de-406b-4539-8e7e-bf3e8da5dfb0/exportations/cache/clear",
      "method": "POST"
    }
  }
}