catalogs_without_personalize
Name | Resource Type | Description | Returned By |
---|---|---|---|
catalogs_without_personalize | array | A collection of catalog_without_personalize resources | /catalogs/, /catalogs/all/ |
catalog_without_personalize | object | See Below |
Key-Value Pairs In a catalog_without_personalize Resource
Key | Resource Type | Description |
---|---|---|
id | id | A unique identifier for the catalog |
title | string | Title of the catalog |
version | string | A space-separated ISO 3166-1 Alpha-2 code |
url | string | A link to the catalog |
created | number | A Unix Timestamp |
expiration | number | A Unix Timestamp |
images | image | The cover of the catalog |
subcompany | subcompany | The subcompany the catalog belongs to, if applicable |
Errors
Code | Description | Likely Cause |
---|---|---|
400 | The token is corrupted | Malformed user or access token |
400 | The provided access token does not contain the scope required | An access_token was used where a user_token should be used, or the user associated with the user_token does not have permission to access the resource |
401 | The token has expired | The access or user token is too old |
404 | Invalid CLIENT_ID, please contact the administrator | The provided resource id is malformed or invalid |