Using GN IDS, you can organize programs into one or more Catalogs and selectively entitle them for delivery (distribution) to Gracenote data licensees. For example, you can set up catalogs based on language to distribute programs to regional platforms.
Refer to the Catalog APIs to create, update, get, and delete catalogs. The following properties apply to all Catalogs.
The following properties apply to all Catalogs. See the Data Dictionary for additional information.
| Property | Description | Type | Example |
|---|---|---|---|
| gnID | Gracenote ID of the Catalog. | String | GNLZZWT00000001 |
| languages | Languages used in the Catalog. Must conform to the gnVocabulary for languages. | Enum | [en] |
| markets | Markets for the Catalog. Must conform to the gnVocabulary for countries. | Enum | [US-en] |
| name | Required. The name of this Catalog. Must be unique to other Catalogs for the same Source. | String | Star Wars |
| presentationCount | Number of presentations in the Catalog. | Int | 8 |
| tags | Metadata associated with the Catalog. | Array | [star wars, scifi, space, lasers] |
| updated | Date and time the Catalog was updated in ISO 8601 format. | datetime | 2023-07-07T14:19:05.945222Z |
Last modified on