# List all themes in the episode Endpoint: GET /playouts/{playoutId}/episodes/{episodeId}/themes Version: 2025-09-02 ## Path parameters: - `playoutId` (string, required) The playout identifier (aka tenant identifier) addressing the correct content of the streaming platform. - `episodeId` (string, required) The episode identifier. ## Query parameters: - `inlineLevel` (integer) The number of levels to expand inner object inline. The lower this number the faster the response. Example: "1" - `next_token` (string) The token, which can be used to retrieve the next page of data. Check nextToken in response if another call is required to receive all data.Available since X-API-Version 2025-08-27 ## Header parameters: - `X-API-Key` (string, required) API access key for authorized use of the checkout endpoints. Partners, please contact Transfermedia to retrieve a valid key. - `X-JAY-TRACKING` (string) Tracking session header for user tracking and analytics. This is set by the /playouts/{playout_id}/tracking/session endpoint. Example: "eyJzZXNzaW9uX2lkIjoiZXhhbXBsZS1zZXNzaW9uLWlkLTEyMzQiLCJzdGFydF90aW1lIjoiMjAyNS0wMS0wMVQxMjowMDowMC4wMDAwMDAiLCJzb3VyY2UiOiJqYXkuYXBpLnBsYXlvdXQuZXhhbXBsZSJ9" ## Response 200 fields (application/json): - `data` (array) The response data. Example: [{"id":"string","kind":"<>","name":"string","subtitle":"string","author":"string","dateCreated":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"groupIds":["item"],"groups":[{"id":"string","kind":"<>","mainMenu":true,"name":"string","subtitle":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"layout":"string","groupIds":["item"],"groups":["item"],"characterIds":["item"],"characters":["item"],"actorIds":["item"],"actors":["item"],"locationIds":["item"],"locations":["item"],"costumeIds":["item"],"costumes":["item"],"productIds":["item"],"products":["item"],"propIds":["item"],"props":["item"],"ticketIds":["item"],"tickets":["item"],"themeIds":["item"],"themes":["item"],"basicIds":["item"],"basics":["item"],"musicIds":["item"],"musics":["item"]}],"productIds":["item"],"products":[{"id":"string","kind":"<>","type":"string","name":"string","brand":"string","subtitle":"string","description":"string","gender":"string","category":"string","fit":"string","material":"string","color":"string","colorCode":"string","country":"string","images":[{"url":"string","copyright":"string"}],"imagesLogo":"string","imagesLogoCopyright":"string","links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"sku":"string","price":"string","priceFloat":0,"originalPrice":"string","originalPriceFloat":0,"currency":"string","variantsCompact":"string","variants":[{"title":"string","content":"string","sku":"string","price":"string","priceFloat":0,"originalPrice":"string","originalPriceFloat":0,"currency":"string","cartUrl":"string","basketProductId":"string"}],"groupIds":["item"],"groups":[{"id":"string","kind":"<>","mainMenu":true,"name":"string","subtitle":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"layout":"string","groupIds":["item"],"groups":["item"],"characterIds":["item"],"characters":["item"],"actorIds":["item"],"actors":["item"],"locationIds":["item"],"locations":["item"],"costumeIds":["item"],"costumes":["item"],"productIds":["item"],"products":["item"],"propIds":["item"],"props":["item"],"ticketIds":["item"],"tickets":["item"],"themeIds":["item"],"themes":["item"],"basicIds":["item"],"basics":["item"],"musicIds":["item"],"musics":["item"]}],"linkedToProductIds":["item"],"linkedToProducts":["item"],"basketProductId":"string"}]}] - `data.id` (string) The identifier of this object - `data.kind` (string) The kind of information of this object Enum: "character", "actor", "location", "product", "costume", "props", "music", "group", "chapter", "ticket", "theme", "basic", "scene" - `data.name` (string) The name of this theme - `data.subtitle` (string) The subtitle of this theme - `data.author` (string) The author of this theme - `data.dateCreated` (string) The date created of this theme - `data.description` (string) The description of this theme - `data.images` (array) The images related to this theme - `data.images.url` (string) The image URL of this image - `data.images.copyright` (string) The image copyright of this image - `data.links` (array) The links related to this theme - `data.links.url` (string) The link URL of this object - `data.links.urlLabel` (string) The link label of this object - `data.links.urlNote` (string) The link note of this object - `data.links.urlImage` (object) The link image of this object - `data.groupIds` (array) The identifiers of the groups related to this theme - `data.groups` (array) The groups of this theme - `data.groups.mainMenu` (boolean) The main menu marker of this group - `data.groups.name` (string) The name of this group - `data.groups.subtitle` (string) The subtitle of this group - `data.groups.description` (string) The description of this group - `data.groups.images` (array) The images related to this group - `data.groups.links` (array) The links related to this group - `data.groups.layout` (string) The layout of this group - `data.groups.groupIds` (array) The identifiers of the groups related to this group - `data.groups.groups` (array) The groups of this group - `data.groups.characterIds` (array) The identifiers of the characters related to this group - `data.groups.characters` (array) The characters of this group - `data.groups.characters.role` (string) The role of this actor - `data.groups.characters.name` (string) The name of this actor - `data.groups.characters.gender` (string) The gender of this actor - `data.groups.characters.salutationTitle` (string) The salutation title of this actor - `data.groups.characters.givenName` (string) The given name of this actor - `data.groups.characters.linkingName` (string) The linking name of this actor - `data.groups.characters.familyName` (string) The family name of this actor - `data.groups.characters.age` (integer) The age of this actor - `data.groups.characters.yearOfBirth` (string) The year of birth related to this actor - `data.groups.characters.placeOfBirth` (string) The place of birth related to this actor - `data.groups.characters.countryOfBirth` (string) The country of birth related to this actor - `data.groups.characters.description` (string) The description of this actor - `data.groups.characters.images` (array) The images related to this actor - `data.groups.characters.links` (array) The links related to this actor - `data.groups.characters.groupIds` (array) The identifiers of the groups related to this actor - `data.groups.characters.groups` (array) The groups of this actor - `data.groups.characters.locationIds` (array) The identifiers of the locations related to this actor - `data.groups.characters.locations` (array) The locations of this actor - `data.groups.characters.locations.name` (string) The name of this location - `data.groups.characters.locations.title` (string) The title of this location - `data.groups.characters.locations.subtitle` (string) The subtitle of this location - `data.groups.characters.locations.description` (string) The description of this location - `data.groups.characters.locations.street` (string) The street related to this location - `data.groups.characters.locations.addition` (string) The extra address line related to this location - `data.groups.characters.locations.postcode` (string) The postal code of this location - `data.groups.characters.locations.city` (string) The city related to this location - `data.groups.characters.locations.country` (string) The country related to this location - `data.groups.characters.locations.longitude` (string) The longitude related to this location - `data.groups.characters.locations.latitude` (string) The latitude of this location - `data.groups.characters.locations.images` (array) The images related to this location - `data.groups.characters.locations.links` (array) The links related to this location - `data.groups.characters.locations.groupIds` (array) The identifiers of the groups related to this location - `data.groups.characters.locations.groups` (array) The groups of this location - `data.groups.characters.costumeIds` (array) The identifiers of the costumes related to this actor - `data.groups.characters.costumes` (array) The costumes of this actor - `data.groups.characters.costumes.type` (string) The type of this product - `data.groups.characters.costumes.name` (string) The name of this product - `data.groups.characters.costumes.brand` (string) The brand of this product - `data.groups.characters.costumes.subtitle` (string) The subtitle of this product - `data.groups.characters.costumes.description` (string) The description of this product - `data.groups.characters.costumes.gender` (string) The gender of this product - `data.groups.characters.costumes.category` (string) The category related to this product - `data.groups.characters.costumes.fit` (string) The fit of this product - `data.groups.characters.costumes.material` (string) The material related to this product - `data.groups.characters.costumes.color` (string) The color related to this product - `data.groups.characters.costumes.colorCode` (string) The color code related to this product - `data.groups.characters.costumes.country` (string) The country related to this product - `data.groups.characters.costumes.images` (array) The images related to this product - `data.groups.characters.costumes.imagesLogo` (string) The images logo of this product - `data.groups.characters.costumes.imagesLogoCopyright` (string) The images logo copyright of this product - `data.groups.characters.costumes.links` (array) The links related to this product - `data.groups.characters.costumes.sku` (string) The SKU of this product - `data.groups.characters.costumes.price` (string) The price of this product - `data.groups.characters.costumes.priceFloat` (number) The price as float of this product - `data.groups.characters.costumes.originalPrice` (string) The original price of this product - `data.groups.characters.costumes.originalPriceFloat` (number) The original price as float of this product - `data.groups.characters.costumes.currency` (string) The currency of this product - `data.groups.characters.costumes.variantsCompact` (string) The variants in compact form overview related to this product - `data.groups.characters.costumes.variants` (array) The variants of this product - `data.groups.characters.costumes.variants.title` (string) The title of this product variant - `data.groups.characters.costumes.variants.content` (string) The content of this product variant - `data.groups.characters.costumes.variants.sku` (string) The SKU of this product variant - `data.groups.characters.costumes.variants.price` (string) The price of this product variant - `data.groups.characters.costumes.variants.priceFloat` (number) The price as float of this product variant - `data.groups.characters.costumes.variants.originalPrice` (string) The original price of this product variant - `data.groups.characters.costumes.variants.originalPriceFloat` (number) The original price as float of this product variant - `data.groups.characters.costumes.variants.currency` (string) The currency of this product variant - `data.groups.characters.costumes.variants.cartUrl` (string) The cart URL of this product variant - `data.groups.characters.costumes.variants.basketProductId` (string) The basker product identifier of this product variant - `data.groups.characters.costumes.groupIds` (array) The identifiers of the groups related to this product - `data.groups.characters.costumes.groups` (array) The groups of this product - `data.groups.characters.costumes.linkedToProductIds` (array) The identifiers of the similar products related to this product - `data.groups.characters.costumes.linkedToProducts` (array) The similar products of this product - `data.groups.characters.costumes.linkedToProducts.basketProductId` (string) The basket product identifier of this product - `data.groups.characters.productIds` (array) The products of this actor - `data.groups.characters.products` (array) The products of this actor - `data.groups.characters.propIds` (array) The identifiers of the props related to this actor - `data.groups.characters.props` (array) The props of this actor - `data.groups.actorIds` (array) The identifiers of the actors related to this group - `data.groups.actors` (array) The actors of this group - `data.groups.locationIds` (array) The identifiers of the locations related to this group - `data.groups.locations` (array) The locations of this group - `data.groups.costumeIds` (array) The identifiers of the costumes related to this group - `data.groups.costumes` (array) The costumes of this group - `data.groups.productIds` (array) The identifiers of the products related to this group - `data.groups.products` (array) The products of this group - `data.groups.propIds` (array) The identifiers of the props related to this group - `data.groups.props` (array) The props of this group - `data.groups.ticketIds` (array) The identifiers of the tickets related to this group - `data.groups.tickets` (array) The tickets of this group - `data.groups.tickets.name` (string) The name of this ticket - `data.groups.tickets.location` (string) The location of this ticket - `data.groups.tickets.description` (string) The description of this ticket - `data.groups.tickets.playtimes` (string) The play times of this ticket - `data.groups.tickets.images` (array) The images related to this ticket - `data.groups.tickets.links` (array) The links related to this ticket - `data.groups.tickets.groupIds` (array) The identifiers of the groups related to this ticket - `data.groups.tickets.groups` (array) The groups of this ticket - `data.groups.tickets.productIds` (array) The identifiers of the products related to this ticket - `data.groups.tickets.products` (array) The products of this ticket - `data.groups.themeIds` (array) The identifiers of the themes related to this group - `data.groups.themes` (array) The themes of this group - `data.groups.basicIds` (array) The identifiers of the basics related to this group - `data.groups.basics` (array) The basics of this group - `data.groups.basics.name` (string) The name of this basic element - `data.groups.basics.subtitle` (string) The subtitle of this basic element - `data.groups.basics.description` (string) The description of this basic element - `data.groups.basics.brand` (string) The brand related to this basic element - `data.groups.basics.material` (string) The material related to this basic element - `data.groups.basics.color` (string) The color related to this basic element - `data.groups.basics.colorCode` (string) The brand related to this basic element - `data.groups.basics.dimensions` (string) The dimensions related to this basic element - `data.groups.basics.ingredients` (string) The ingredients related to this basic element - `data.groups.basics.images` (array) The images related to this basic element - `data.groups.basics.links` (array) The links related to this basic element - `data.groups.basics.groupIds` (array) The identifiers of the groups related to this basic element - `data.groups.basics.groups` (array) The groups of this basic element - `data.groups.basics.productIds` (array) The identifiers of the products related to this basic element - `data.groups.basics.products` (array) The products of this basic element - `data.groups.musicIds` (array) The identifiers of the musics related to this group - `data.groups.musics` (array) The musics of this group - `data.groups.musics.name` (string) The name of this music - `data.groups.musics.subtitle` (string) The subtitle of this music - `data.groups.musics.description` (string) The description of this music - `data.groups.musics.artist` (string) The artist of this music - `data.groups.musics.album` (string) The album of this music - `data.groups.musics.duration` (string) The duration of this music - `data.groups.musics.images` (array) The images related to this music - `data.groups.musics.links` (array) The links related to this music - `data.groups.musics.groupIds` (array) The identifiers of the groups related to this music - `data.groups.musics.groups` (array) The groups of this music - `data.productIds` (array) The identifiers of the products related to this theme - `data.products` (array) The products of this theme - `nextToken` (string) The token, which can be used to retrieve the next page of data. - `error` (object) Details of the error that occurred during the API request, including error code and message. This field is only present when the request results in an error. - `error.code` (integer, required) The API error code Enum: 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 4001, 4002, 5001, 5002, 5003, 5004, 200, 201, 202, 204, 400, 401, 403, 404, 405, 406, 422, 423, 501, 503 - `error.message` (string, required) The API error message. - `error.details` (any) The HTTP error details. ## Response 404 fields (application/json): - `data` (array) The response data. Example: [{"id":"string","kind":"<>","name":"string","subtitle":"string","author":"string","dateCreated":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"groupIds":["item"],"groups":[{"id":"string","kind":"<>","mainMenu":true,"name":"string","subtitle":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"layout":"string","groupIds":["item"],"groups":["item"],"characterIds":["item"],"characters":["item"],"actorIds":["item"],"actors":["item"],"locationIds":["item"],"locations":["item"],"costumeIds":["item"],"costumes":["item"],"productIds":["item"],"products":["item"],"propIds":["item"],"props":["item"],"ticketIds":["item"],"tickets":["item"],"themeIds":["item"],"themes":["item"],"basicIds":["item"],"basics":["item"],"musicIds":["item"],"musics":["item"]}],"productIds":["item"],"products":[{"id":"string","kind":"<>","type":"string","name":"string","brand":"string","subtitle":"string","description":"string","gender":"string","category":"string","fit":"string","material":"string","color":"string","colorCode":"string","country":"string","images":[{"url":"string","copyright":"string"}],"imagesLogo":"string","imagesLogoCopyright":"string","links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"sku":"string","price":"string","priceFloat":0,"originalPrice":"string","originalPriceFloat":0,"currency":"string","variantsCompact":"string","variants":[{"title":"string","content":"string","sku":"string","price":"string","priceFloat":0,"originalPrice":"string","originalPriceFloat":0,"currency":"string","cartUrl":"string","basketProductId":"string"}],"groupIds":["item"],"groups":[{"id":"string","kind":"<>","mainMenu":true,"name":"string","subtitle":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"layout":"string","groupIds":["item"],"groups":["item"],"characterIds":["item"],"characters":["item"],"actorIds":["item"],"actors":["item"],"locationIds":["item"],"locations":["item"],"costumeIds":["item"],"costumes":["item"],"productIds":["item"],"products":["item"],"propIds":["item"],"props":["item"],"ticketIds":["item"],"tickets":["item"],"themeIds":["item"],"themes":["item"],"basicIds":["item"],"basics":["item"],"musicIds":["item"],"musics":["item"]}],"linkedToProductIds":["item"],"linkedToProducts":["item"],"basketProductId":"string"}]}] - `data.id` (string) The identifier of this object - `data.kind` (string) The kind of information of this object Enum: "character", "actor", "location", "product", "costume", "props", "music", "group", "chapter", "ticket", "theme", "basic", "scene" - `data.name` (string) The name of this theme - `data.subtitle` (string) The subtitle of this theme - `data.author` (string) The author of this theme - `data.dateCreated` (string) The date created of this theme - `data.description` (string) The description of this theme - `data.images` (array) The images related to this theme - `data.images.url` (string) The image URL of this image - `data.images.copyright` (string) The image copyright of this image - `data.links` (array) The links related to this theme - `data.links.url` (string) The link URL of this object - `data.links.urlLabel` (string) The link label of this object - `data.links.urlNote` (string) The link note of this object - `data.links.urlImage` (object) The link image of this object - `data.groupIds` (array) The identifiers of the groups related to this theme - `data.groups` (array) The groups of this theme - `data.groups.mainMenu` (boolean) The main menu marker of this group - `data.groups.name` (string) The name of this group - `data.groups.subtitle` (string) The subtitle of this group - `data.groups.description` (string) The description of this group - `data.groups.images` (array) The images related to this group - `data.groups.links` (array) The links related to this group - `data.groups.layout` (string) The layout of this group - `data.groups.groupIds` (array) The identifiers of the groups related to this group - `data.groups.groups` (array) The groups of this group - `data.groups.characterIds` (array) The identifiers of the characters related to this group - `data.groups.characters` (array) The characters of this group - `data.groups.characters.role` (string) The role of this actor - `data.groups.characters.name` (string) The name of this actor - `data.groups.characters.gender` (string) The gender of this actor - `data.groups.characters.salutationTitle` (string) The salutation title of this actor - `data.groups.characters.givenName` (string) The given name of this actor - `data.groups.characters.linkingName` (string) The linking name of this actor - `data.groups.characters.familyName` (string) The family name of this actor - `data.groups.characters.age` (integer) The age of this actor - `data.groups.characters.yearOfBirth` (string) The year of birth related to this actor - `data.groups.characters.placeOfBirth` (string) The place of birth related to this actor - `data.groups.characters.countryOfBirth` (string) The country of birth related to this actor - `data.groups.characters.description` (string) The description of this actor - `data.groups.characters.images` (array) The images related to this actor - `data.groups.characters.links` (array) The links related to this actor - `data.groups.characters.groupIds` (array) The identifiers of the groups related to this actor - `data.groups.characters.groups` (array) The groups of this actor - `data.groups.characters.locationIds` (array) The identifiers of the locations related to this actor - `data.groups.characters.locations` (array) The locations of this actor - `data.groups.characters.locations.name` (string) The name of this location - `data.groups.characters.locations.title` (string) The title of this location - `data.groups.characters.locations.subtitle` (string) The subtitle of this location - `data.groups.characters.locations.description` (string) The description of this location - `data.groups.characters.locations.street` (string) The street related to this location - `data.groups.characters.locations.addition` (string) The extra address line related to this location - `data.groups.characters.locations.postcode` (string) The postal code of this location - `data.groups.characters.locations.city` (string) The city related to this location - `data.groups.characters.locations.country` (string) The country related to this location - `data.groups.characters.locations.longitude` (string) The longitude related to this location - `data.groups.characters.locations.latitude` (string) The latitude of this location - `data.groups.characters.locations.images` (array) The images related to this location - `data.groups.characters.locations.links` (array) The links related to this location - `data.groups.characters.locations.groupIds` (array) The identifiers of the groups related to this location - `data.groups.characters.locations.groups` (array) The groups of this location - `data.groups.characters.costumeIds` (array) The identifiers of the costumes related to this actor - `data.groups.characters.costumes` (array) The costumes of this actor - `data.groups.characters.costumes.type` (string) The type of this product - `data.groups.characters.costumes.name` (string) The name of this product - `data.groups.characters.costumes.brand` (string) The brand of this product - `data.groups.characters.costumes.subtitle` (string) The subtitle of this product - `data.groups.characters.costumes.description` (string) The description of this product - `data.groups.characters.costumes.gender` (string) The gender of this product - `data.groups.characters.costumes.category` (string) The category related to this product - `data.groups.characters.costumes.fit` (string) The fit of this product - `data.groups.characters.costumes.material` (string) The material related to this product - `data.groups.characters.costumes.color` (string) The color related to this product - `data.groups.characters.costumes.colorCode` (string) The color code related to this product - `data.groups.characters.costumes.country` (string) The country related to this product - `data.groups.characters.costumes.images` (array) The images related to this product - `data.groups.characters.costumes.imagesLogo` (string) The images logo of this product - `data.groups.characters.costumes.imagesLogoCopyright` (string) The images logo copyright of this product - `data.groups.characters.costumes.links` (array) The links related to this product - `data.groups.characters.costumes.sku` (string) The SKU of this product - `data.groups.characters.costumes.price` (string) The price of this product - `data.groups.characters.costumes.priceFloat` (number) The price as float of this product - `data.groups.characters.costumes.originalPrice` (string) The original price of this product - `data.groups.characters.costumes.originalPriceFloat` (number) The original price as float of this product - `data.groups.characters.costumes.currency` (string) The currency of this product - `data.groups.characters.costumes.variantsCompact` (string) The variants in compact form overview related to this product - `data.groups.characters.costumes.variants` (array) The variants of this product - `data.groups.characters.costumes.variants.title` (string) The title of this product variant - `data.groups.characters.costumes.variants.content` (string) The content of this product variant - `data.groups.characters.costumes.variants.sku` (string) The SKU of this product variant - `data.groups.characters.costumes.variants.price` (string) The price of this product variant - `data.groups.characters.costumes.variants.priceFloat` (number) The price as float of this product variant - `data.groups.characters.costumes.variants.originalPrice` (string) The original price of this product variant - `data.groups.characters.costumes.variants.originalPriceFloat` (number) The original price as float of this product variant - `data.groups.characters.costumes.variants.currency` (string) The currency of this product variant - `data.groups.characters.costumes.variants.cartUrl` (string) The cart URL of this product variant - `data.groups.characters.costumes.variants.basketProductId` (string) The basker product identifier of this product variant - `data.groups.characters.costumes.groupIds` (array) The identifiers of the groups related to this product - `data.groups.characters.costumes.groups` (array) The groups of this product - `data.groups.characters.costumes.linkedToProductIds` (array) The identifiers of the similar products related to this product - `data.groups.characters.costumes.linkedToProducts` (array) The similar products of this product - `data.groups.characters.costumes.linkedToProducts.basketProductId` (string) The basket product identifier of this product - `data.groups.characters.productIds` (array) The products of this actor - `data.groups.characters.products` (array) The products of this actor - `data.groups.characters.propIds` (array) The identifiers of the props related to this actor - `data.groups.characters.props` (array) The props of this actor - `data.groups.actorIds` (array) The identifiers of the actors related to this group - `data.groups.actors` (array) The actors of this group - `data.groups.locationIds` (array) The identifiers of the locations related to this group - `data.groups.locations` (array) The locations of this group - `data.groups.costumeIds` (array) The identifiers of the costumes related to this group - `data.groups.costumes` (array) The costumes of this group - `data.groups.productIds` (array) The identifiers of the products related to this group - `data.groups.products` (array) The products of this group - `data.groups.propIds` (array) The identifiers of the props related to this group - `data.groups.props` (array) The props of this group - `data.groups.ticketIds` (array) The identifiers of the tickets related to this group - `data.groups.tickets` (array) The tickets of this group - `data.groups.tickets.name` (string) The name of this ticket - `data.groups.tickets.location` (string) The location of this ticket - `data.groups.tickets.description` (string) The description of this ticket - `data.groups.tickets.playtimes` (string) The play times of this ticket - `data.groups.tickets.images` (array) The images related to this ticket - `data.groups.tickets.links` (array) The links related to this ticket - `data.groups.tickets.groupIds` (array) The identifiers of the groups related to this ticket - `data.groups.tickets.groups` (array) The groups of this ticket - `data.groups.tickets.productIds` (array) The identifiers of the products related to this ticket - `data.groups.tickets.products` (array) The products of this ticket - `data.groups.themeIds` (array) The identifiers of the themes related to this group - `data.groups.themes` (array) The themes of this group - `data.groups.basicIds` (array) The identifiers of the basics related to this group - `data.groups.basics` (array) The basics of this group - `data.groups.basics.name` (string) The name of this basic element - `data.groups.basics.subtitle` (string) The subtitle of this basic element - `data.groups.basics.description` (string) The description of this basic element - `data.groups.basics.brand` (string) The brand related to this basic element - `data.groups.basics.material` (string) The material related to this basic element - `data.groups.basics.color` (string) The color related to this basic element - `data.groups.basics.colorCode` (string) The brand related to this basic element - `data.groups.basics.dimensions` (string) The dimensions related to this basic element - `data.groups.basics.ingredients` (string) The ingredients related to this basic element - `data.groups.basics.images` (array) The images related to this basic element - `data.groups.basics.links` (array) The links related to this basic element - `data.groups.basics.groupIds` (array) The identifiers of the groups related to this basic element - `data.groups.basics.groups` (array) The groups of this basic element - `data.groups.basics.productIds` (array) The identifiers of the products related to this basic element - `data.groups.basics.products` (array) The products of this basic element - `data.groups.musicIds` (array) The identifiers of the musics related to this group - `data.groups.musics` (array) The musics of this group - `data.groups.musics.name` (string) The name of this music - `data.groups.musics.subtitle` (string) The subtitle of this music - `data.groups.musics.description` (string) The description of this music - `data.groups.musics.artist` (string) The artist of this music - `data.groups.musics.album` (string) The album of this music - `data.groups.musics.duration` (string) The duration of this music - `data.groups.musics.images` (array) The images related to this music - `data.groups.musics.links` (array) The links related to this music - `data.groups.musics.groupIds` (array) The identifiers of the groups related to this music - `data.groups.musics.groups` (array) The groups of this music - `data.productIds` (array) The identifiers of the products related to this theme - `data.products` (array) The products of this theme - `nextToken` (string) The token, which can be used to retrieve the next page of data. - `error` (object) Details of the error that occurred during the API request, including error code and message. This field is only present when the request results in an error. - `error.code` (integer, required) The API error code Enum: 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 4001, 4002, 5001, 5002, 5003, 5004, 200, 201, 202, 204, 400, 401, 403, 404, 405, 406, 422, 423, 501, 503 - `error.message` (string, required) The API error message. - `error.details` (any) The HTTP error details. ## Response 422 fields (application/json): - `data` (array) The response data. Example: [{"id":"string","kind":"<>","name":"string","subtitle":"string","author":"string","dateCreated":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"groupIds":["item"],"groups":[{"id":"string","kind":"<>","mainMenu":true,"name":"string","subtitle":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"layout":"string","groupIds":["item"],"groups":["item"],"characterIds":["item"],"characters":["item"],"actorIds":["item"],"actors":["item"],"locationIds":["item"],"locations":["item"],"costumeIds":["item"],"costumes":["item"],"productIds":["item"],"products":["item"],"propIds":["item"],"props":["item"],"ticketIds":["item"],"tickets":["item"],"themeIds":["item"],"themes":["item"],"basicIds":["item"],"basics":["item"],"musicIds":["item"],"musics":["item"]}],"productIds":["item"],"products":[{"id":"string","kind":"<>","type":"string","name":"string","brand":"string","subtitle":"string","description":"string","gender":"string","category":"string","fit":"string","material":"string","color":"string","colorCode":"string","country":"string","images":[{"url":"string","copyright":"string"}],"imagesLogo":"string","imagesLogoCopyright":"string","links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"sku":"string","price":"string","priceFloat":0,"originalPrice":"string","originalPriceFloat":0,"currency":"string","variantsCompact":"string","variants":[{"title":"string","content":"string","sku":"string","price":"string","priceFloat":0,"originalPrice":"string","originalPriceFloat":0,"currency":"string","cartUrl":"string","basketProductId":"string"}],"groupIds":["item"],"groups":[{"id":"string","kind":"<>","mainMenu":true,"name":"string","subtitle":"string","description":"string","images":[{"url":"string","copyright":"string"}],"links":[{"url":"string","urlLabel":"string","urlNote":"string","urlImage":{"url":"string","copyright":"string"}}],"layout":"string","groupIds":["item"],"groups":["item"],"characterIds":["item"],"characters":["item"],"actorIds":["item"],"actors":["item"],"locationIds":["item"],"locations":["item"],"costumeIds":["item"],"costumes":["item"],"productIds":["item"],"products":["item"],"propIds":["item"],"props":["item"],"ticketIds":["item"],"tickets":["item"],"themeIds":["item"],"themes":["item"],"basicIds":["item"],"basics":["item"],"musicIds":["item"],"musics":["item"]}],"linkedToProductIds":["item"],"linkedToProducts":["item"],"basketProductId":"string"}]}] - `data.id` (string) The identifier of this object - `data.kind` (string) The kind of information of this object Enum: "character", "actor", "location", "product", "costume", "props", "music", "group", "chapter", "ticket", "theme", "basic", "scene" - `data.name` (string) The name of this theme - `data.subtitle` (string) The subtitle of this theme - `data.author` (string) The author of this theme - `data.dateCreated` (string) The date created of this theme - `data.description` (string) The description of this theme - `data.images` (array) The images related to this theme - `data.images.url` (string) The image URL of this image - `data.images.copyright` (string) The image copyright of this image - `data.links` (array) The links related to this theme - `data.links.url` (string) The link URL of this object - `data.links.urlLabel` (string) The link label of this object - `data.links.urlNote` (string) The link note of this object - `data.links.urlImage` (object) The link image of this object - `data.groupIds` (array) The identifiers of the groups related to this theme - `data.groups` (array) The groups of this theme - `data.groups.mainMenu` (boolean) The main menu marker of this group - `data.groups.name` (string) The name of this group - `data.groups.subtitle` (string) The subtitle of this group - `data.groups.description` (string) The description of this group - `data.groups.images` (array) The images related to this group - `data.groups.links` (array) The links related to this group - `data.groups.layout` (string) The layout of this group - `data.groups.groupIds` (array) The identifiers of the groups related to this group - `data.groups.groups` (array) The groups of this group - `data.groups.characterIds` (array) The identifiers of the characters related to this group - `data.groups.characters` (array) The characters of this group - `data.groups.characters.role` (string) The role of this actor - `data.groups.characters.name` (string) The name of this actor - `data.groups.characters.gender` (string) The gender of this actor - `data.groups.characters.salutationTitle` (string) The salutation title of this actor - `data.groups.characters.givenName` (string) The given name of this actor - `data.groups.characters.linkingName` (string) The linking name of this actor - `data.groups.characters.familyName` (string) The family name of this actor - `data.groups.characters.age` (integer) The age of this actor - `data.groups.characters.yearOfBirth` (string) The year of birth related to this actor - `data.groups.characters.placeOfBirth` (string) The place of birth related to this actor - `data.groups.characters.countryOfBirth` (string) The country of birth related to this actor - `data.groups.characters.description` (string) The description of this actor - `data.groups.characters.images` (array) The images related to this actor - `data.groups.characters.links` (array) The links related to this actor - `data.groups.characters.groupIds` (array) The identifiers of the groups related to this actor - `data.groups.characters.groups` (array) The groups of this actor - `data.groups.characters.locationIds` (array) The identifiers of the locations related to this actor - `data.groups.characters.locations` (array) The locations of this actor - `data.groups.characters.locations.name` (string) The name of this location - `data.groups.characters.locations.title` (string) The title of this location - `data.groups.characters.locations.subtitle` (string) The subtitle of this location - `data.groups.characters.locations.description` (string) The description of this location - `data.groups.characters.locations.street` (string) The street related to this location - `data.groups.characters.locations.addition` (string) The extra address line related to this location - `data.groups.characters.locations.postcode` (string) The postal code of this location - `data.groups.characters.locations.city` (string) The city related to this location - `data.groups.characters.locations.country` (string) The country related to this location - `data.groups.characters.locations.longitude` (string) The longitude related to this location - `data.groups.characters.locations.latitude` (string) The latitude of this location - `data.groups.characters.locations.images` (array) The images related to this location - `data.groups.characters.locations.links` (array) The links related to this location - `data.groups.characters.locations.groupIds` (array) The identifiers of the groups related to this location - `data.groups.characters.locations.groups` (array) The groups of this location - `data.groups.characters.costumeIds` (array) The identifiers of the costumes related to this actor - `data.groups.characters.costumes` (array) The costumes of this actor - `data.groups.characters.costumes.type` (string) The type of this product - `data.groups.characters.costumes.name` (string) The name of this product - `data.groups.characters.costumes.brand` (string) The brand of this product - `data.groups.characters.costumes.subtitle` (string) The subtitle of this product - `data.groups.characters.costumes.description` (string) The description of this product - `data.groups.characters.costumes.gender` (string) The gender of this product - `data.groups.characters.costumes.category` (string) The category related to this product - `data.groups.characters.costumes.fit` (string) The fit of this product - `data.groups.characters.costumes.material` (string) The material related to this product - `data.groups.characters.costumes.color` (string) The color related to this product - `data.groups.characters.costumes.colorCode` (string) The color code related to this product - `data.groups.characters.costumes.country` (string) The country related to this product - `data.groups.characters.costumes.images` (array) The images related to this product - `data.groups.characters.costumes.imagesLogo` (string) The images logo of this product - `data.groups.characters.costumes.imagesLogoCopyright` (string) The images logo copyright of this product - `data.groups.characters.costumes.links` (array) The links related to this product - `data.groups.characters.costumes.sku` (string) The SKU of this product - `data.groups.characters.costumes.price` (string) The price of this product - `data.groups.characters.costumes.priceFloat` (number) The price as float of this product - `data.groups.characters.costumes.originalPrice` (string) The original price of this product - `data.groups.characters.costumes.originalPriceFloat` (number) The original price as float of this product - `data.groups.characters.costumes.currency` (string) The currency of this product - `data.groups.characters.costumes.variantsCompact` (string) The variants in compact form overview related to this product - `data.groups.characters.costumes.variants` (array) The variants of this product - `data.groups.characters.costumes.variants.title` (string) The title of this product variant - `data.groups.characters.costumes.variants.content` (string) The content of this product variant - `data.groups.characters.costumes.variants.sku` (string) The SKU of this product variant - `data.groups.characters.costumes.variants.price` (string) The price of this product variant - `data.groups.characters.costumes.variants.priceFloat` (number) The price as float of this product variant - `data.groups.characters.costumes.variants.originalPrice` (string) The original price of this product variant - `data.groups.characters.costumes.variants.originalPriceFloat` (number) The original price as float of this product variant - `data.groups.characters.costumes.variants.currency` (string) The currency of this product variant - `data.groups.characters.costumes.variants.cartUrl` (string) The cart URL of this product variant - `data.groups.characters.costumes.variants.basketProductId` (string) The basker product identifier of this product variant - `data.groups.characters.costumes.groupIds` (array) The identifiers of the groups related to this product - `data.groups.characters.costumes.groups` (array) The groups of this product - `data.groups.characters.costumes.linkedToProductIds` (array) The identifiers of the similar products related to this product - `data.groups.characters.costumes.linkedToProducts` (array) The similar products of this product - `data.groups.characters.costumes.linkedToProducts.basketProductId` (string) The basket product identifier of this product - `data.groups.characters.productIds` (array) The products of this actor - `data.groups.characters.products` (array) The products of this actor - `data.groups.characters.propIds` (array) The identifiers of the props related to this actor - `data.groups.characters.props` (array) The props of this actor - `data.groups.actorIds` (array) The identifiers of the actors related to this group - `data.groups.actors` (array) The actors of this group - `data.groups.locationIds` (array) The identifiers of the locations related to this group - `data.groups.locations` (array) The locations of this group - `data.groups.costumeIds` (array) The identifiers of the costumes related to this group - `data.groups.costumes` (array) The costumes of this group - `data.groups.productIds` (array) The identifiers of the products related to this group - `data.groups.products` (array) The products of this group - `data.groups.propIds` (array) The identifiers of the props related to this group - `data.groups.props` (array) The props of this group - `data.groups.ticketIds` (array) The identifiers of the tickets related to this group - `data.groups.tickets` (array) The tickets of this group - `data.groups.tickets.name` (string) The name of this ticket - `data.groups.tickets.location` (string) The location of this ticket - `data.groups.tickets.description` (string) The description of this ticket - `data.groups.tickets.playtimes` (string) The play times of this ticket - `data.groups.tickets.images` (array) The images related to this ticket - `data.groups.tickets.links` (array) The links related to this ticket - `data.groups.tickets.groupIds` (array) The identifiers of the groups related to this ticket - `data.groups.tickets.groups` (array) The groups of this ticket - `data.groups.tickets.productIds` (array) The identifiers of the products related to this ticket - `data.groups.tickets.products` (array) The products of this ticket - `data.groups.themeIds` (array) The identifiers of the themes related to this group - `data.groups.themes` (array) The themes of this group - `data.groups.basicIds` (array) The identifiers of the basics related to this group - `data.groups.basics` (array) The basics of this group - `data.groups.basics.name` (string) The name of this basic element - `data.groups.basics.subtitle` (string) The subtitle of this basic element - `data.groups.basics.description` (string) The description of this basic element - `data.groups.basics.brand` (string) The brand related to this basic element - `data.groups.basics.material` (string) The material related to this basic element - `data.groups.basics.color` (string) The color related to this basic element - `data.groups.basics.colorCode` (string) The brand related to this basic element - `data.groups.basics.dimensions` (string) The dimensions related to this basic element - `data.groups.basics.ingredients` (string) The ingredients related to this basic element - `data.groups.basics.images` (array) The images related to this basic element - `data.groups.basics.links` (array) The links related to this basic element - `data.groups.basics.groupIds` (array) The identifiers of the groups related to this basic element - `data.groups.basics.groups` (array) The groups of this basic element - `data.groups.basics.productIds` (array) The identifiers of the products related to this basic element - `data.groups.basics.products` (array) The products of this basic element - `data.groups.musicIds` (array) The identifiers of the musics related to this group - `data.groups.musics` (array) The musics of this group - `data.groups.musics.name` (string) The name of this music - `data.groups.musics.subtitle` (string) The subtitle of this music - `data.groups.musics.description` (string) The description of this music - `data.groups.musics.artist` (string) The artist of this music - `data.groups.musics.album` (string) The album of this music - `data.groups.musics.duration` (string) The duration of this music - `data.groups.musics.images` (array) The images related to this music - `data.groups.musics.links` (array) The links related to this music - `data.groups.musics.groupIds` (array) The identifiers of the groups related to this music - `data.groups.musics.groups` (array) The groups of this music - `data.productIds` (array) The identifiers of the products related to this theme - `data.products` (array) The products of this theme - `nextToken` (string) The token, which can be used to retrieve the next page of data. - `error` (object) Details of the error that occurred during the API request, including error code and message. This field is only present when the request results in an error. - `error.code` (integer, required) The API error code Enum: 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 4001, 4002, 5001, 5002, 5003, 5004, 200, 201, 202, 204, 400, 401, 403, 404, 405, 406, 422, 423, 501, 503 - `error.message` (string, required) The API error message. - `error.details` (any) The HTTP error details.