# Retrieve all timeline events for an episode Retrieves all timeline events from an episode with optional time filtering. Timeline events represent time-based points or ranges within the content where interactive elements, metadata, or other content enhancements are available. These events are the foundation for interactive video experiences and synchronized metadata display. Timeline events enable precisely timed interactions, product placements, character information, and other contextual content to appear at appropriate moments during playback. The timeline events system supports two types of time filtering: 1. Millisecond-based filtering: Using the absolute time in milliseconds from the start 2. Timecode filtering: Using industry-standard SMPTE timecode (hh:mm:ss:ff) Each event has a kind that indicates what type of content it represents (scene, product, character, etc.) and contains references or inline data about that content. Endpoint: GET /playouts/{playoutId}/episodes/{episodeId}/timeline/events 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: - `filterTime` (integer) The time in milliseconds to get the scene for. - `filterTimecode` (string) The time code (hh:mm:ss:ff) to get the scene for. - `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":"<>","character":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"actor":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"location":{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]},"costume":{"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"},"prop":{"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"},"product":{"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"},"music":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","artist":"string","album":"string","duration":"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"]}]},"ticket":{"id":"string","kind":"<>","name":"string","location":"string","description":"string","playtimes":"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"}]},"theme":{"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"}]},"basic":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","brand":"string","material":"string","color":"string","colorCode":"string","dimensions":"string","ingredients":"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"}]},"start":0,"end":0,"startTc":"string","endTc":"string","scene":"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"]}]}] - `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.character` (object) The character of this event - `data.character.role` (string) The role of this actor - `data.character.name` (string) The name of this actor - `data.character.gender` (string) The gender of this actor - `data.character.salutationTitle` (string) The salutation title of this actor - `data.character.givenName` (string) The given name of this actor - `data.character.linkingName` (string) The linking name of this actor - `data.character.familyName` (string) The family name of this actor - `data.character.age` (integer) The age of this actor - `data.character.yearOfBirth` (string) The year of birth related to this actor - `data.character.placeOfBirth` (string) The place of birth related to this actor - `data.character.countryOfBirth` (string) The country of birth related to this actor - `data.character.description` (string) The description of this actor - `data.character.images` (array) The images related to this actor - `data.character.images.url` (string) The image URL of this image - `data.character.images.copyright` (string) The image copyright of this image - `data.character.links` (array) The links related to this actor - `data.character.links.url` (string) The link URL of this object - `data.character.links.urlLabel` (string) The link label of this object - `data.character.links.urlNote` (string) The link note of this object - `data.character.links.urlImage` (object) The link image of this object - `data.character.groupIds` (array) The identifiers of the groups related to this actor - `data.character.groups` (array) The groups of this actor - `data.character.groups.mainMenu` (boolean) The main menu marker of this group - `data.character.groups.name` (string) The name of this group - `data.character.groups.subtitle` (string) The subtitle of this group - `data.character.groups.description` (string) The description of this group - `data.character.groups.images` (array) The images related to this group - `data.character.groups.links` (array) The links related to this group - `data.character.groups.layout` (string) The layout of this group - `data.character.groups.groupIds` (array) The identifiers of the groups related to this group - `data.character.groups.groups` (array) The groups of this group - `data.character.groups.characterIds` (array) The identifiers of the characters related to this group - `data.character.groups.characters` (array) The characters of this group - `data.character.groups.actorIds` (array) The identifiers of the actors related to this group - `data.character.groups.actors` (array) The actors of this group - `data.character.groups.actors.locationIds` (array) The identifiers of the locations related to this actor - `data.character.groups.actors.locations` (array) The locations of this actor - `data.character.groups.actors.locations.name` (string) The name of this location - `data.character.groups.actors.locations.title` (string) The title of this location - `data.character.groups.actors.locations.subtitle` (string) The subtitle of this location - `data.character.groups.actors.locations.description` (string) The description of this location - `data.character.groups.actors.locations.street` (string) The street related to this location - `data.character.groups.actors.locations.addition` (string) The extra address line related to this location - `data.character.groups.actors.locations.postcode` (string) The postal code of this location - `data.character.groups.actors.locations.city` (string) The city related to this location - `data.character.groups.actors.locations.country` (string) The country related to this location - `data.character.groups.actors.locations.longitude` (string) The longitude related to this location - `data.character.groups.actors.locations.latitude` (string) The latitude of this location - `data.character.groups.actors.locations.images` (array) The images related to this location - `data.character.groups.actors.locations.links` (array) The links related to this location - `data.character.groups.actors.locations.groupIds` (array) The identifiers of the groups related to this location - `data.character.groups.actors.locations.groups` (array) The groups of this location - `data.character.groups.actors.costumeIds` (array) The identifiers of the costumes related to this actor - `data.character.groups.actors.costumes` (array) The costumes of this actor - `data.character.groups.actors.costumes.type` (string) The type of this product - `data.character.groups.actors.costumes.name` (string) The name of this product - `data.character.groups.actors.costumes.brand` (string) The brand of this product - `data.character.groups.actors.costumes.subtitle` (string) The subtitle of this product - `data.character.groups.actors.costumes.description` (string) The description of this product - `data.character.groups.actors.costumes.gender` (string) The gender of this product - `data.character.groups.actors.costumes.category` (string) The category related to this product - `data.character.groups.actors.costumes.fit` (string) The fit of this product - `data.character.groups.actors.costumes.material` (string) The material related to this product - `data.character.groups.actors.costumes.color` (string) The color related to this product - `data.character.groups.actors.costumes.colorCode` (string) The color code related to this product - `data.character.groups.actors.costumes.country` (string) The country related to this product - `data.character.groups.actors.costumes.images` (array) The images related to this product - `data.character.groups.actors.costumes.imagesLogo` (string) The images logo of this product - `data.character.groups.actors.costumes.imagesLogoCopyright` (string) The images logo copyright of this product - `data.character.groups.actors.costumes.links` (array) The links related to this product - `data.character.groups.actors.costumes.sku` (string) The SKU of this product - `data.character.groups.actors.costumes.price` (string) The price of this product - `data.character.groups.actors.costumes.priceFloat` (number) The price as float of this product - `data.character.groups.actors.costumes.originalPrice` (string) The original price of this product - `data.character.groups.actors.costumes.originalPriceFloat` (number) The original price as float of this product - `data.character.groups.actors.costumes.currency` (string) The currency of this product - `data.character.groups.actors.costumes.variantsCompact` (string) The variants in compact form overview related to this product - `data.character.groups.actors.costumes.variants` (array) The variants of this product - `data.character.groups.actors.costumes.variants.title` (string) The title of this product variant - `data.character.groups.actors.costumes.variants.content` (string) The content of this product variant - `data.character.groups.actors.costumes.variants.sku` (string) The SKU of this product variant - `data.character.groups.actors.costumes.variants.price` (string) The price of this product variant - `data.character.groups.actors.costumes.variants.priceFloat` (number) The price as float of this product variant - `data.character.groups.actors.costumes.variants.originalPrice` (string) The original price of this product variant - `data.character.groups.actors.costumes.variants.originalPriceFloat` (number) The original price as float of this product variant - `data.character.groups.actors.costumes.variants.currency` (string) The currency of this product variant - `data.character.groups.actors.costumes.variants.cartUrl` (string) The cart URL of this product variant - `data.character.groups.actors.costumes.variants.basketProductId` (string) The basker product identifier of this product variant - `data.character.groups.actors.costumes.groupIds` (array) The identifiers of the groups related to this product - `data.character.groups.actors.costumes.groups` (array) The groups of this product - `data.character.groups.actors.costumes.linkedToProductIds` (array) The identifiers of the similar products related to this product - `data.character.groups.actors.costumes.linkedToProducts` (array) The similar products of this product - `data.character.groups.actors.costumes.linkedToProducts.basketProductId` (string) The basket product identifier of this product - `data.character.groups.actors.productIds` (array) The products of this actor - `data.character.groups.actors.products` (array) The products of this actor - `data.character.groups.actors.propIds` (array) The identifiers of the props related to this actor - `data.character.groups.actors.props` (array) The props of this actor - `data.character.groups.locationIds` (array) The identifiers of the locations related to this group - `data.character.groups.locations` (array) The locations of this group - `data.character.groups.costumeIds` (array) The identifiers of the costumes related to this group - `data.character.groups.costumes` (array) The costumes of this group - `data.character.groups.productIds` (array) The identifiers of the products related to this group - `data.character.groups.products` (array) The products of this group - `data.character.groups.propIds` (array) The identifiers of the props related to this group - `data.character.groups.props` (array) The props of this group - `data.character.groups.ticketIds` (array) The identifiers of the tickets related to this group - `data.character.groups.tickets` (array) The tickets of this group - `data.character.groups.tickets.name` (string) The name of this ticket - `data.character.groups.tickets.location` (string) The location of this ticket - `data.character.groups.tickets.description` (string) The description of this ticket - `data.character.groups.tickets.playtimes` (string) The play times of this ticket - `data.character.groups.tickets.images` (array) The images related to this ticket - `data.character.groups.tickets.links` (array) The links related to this ticket - `data.character.groups.tickets.groupIds` (array) The identifiers of the groups related to this ticket - `data.character.groups.tickets.groups` (array) The groups of this ticket - `data.character.groups.tickets.productIds` (array) The identifiers of the products related to this ticket - `data.character.groups.tickets.products` (array) The products of this ticket - `data.character.groups.themeIds` (array) The identifiers of the themes related to this group - `data.character.groups.themes` (array) The themes of this group - `data.character.groups.themes.name` (string) The name of this theme - `data.character.groups.themes.subtitle` (string) The subtitle of this theme - `data.character.groups.themes.author` (string) The author of this theme - `data.character.groups.themes.dateCreated` (string) The date created of this theme - `data.character.groups.themes.description` (string) The description of this theme - `data.character.groups.themes.images` (array) The images related to this theme - `data.character.groups.themes.links` (array) The links related to this theme - `data.character.groups.themes.groupIds` (array) The identifiers of the groups related to this theme - `data.character.groups.themes.groups` (array) The groups of this theme - `data.character.groups.themes.productIds` (array) The identifiers of the products related to this theme - `data.character.groups.themes.products` (array) The products of this theme - `data.character.groups.basicIds` (array) The identifiers of the basics related to this group - `data.character.groups.basics` (array) The basics of this group - `data.character.groups.basics.name` (string) The name of this basic element - `data.character.groups.basics.subtitle` (string) The subtitle of this basic element - `data.character.groups.basics.description` (string) The description of this basic element - `data.character.groups.basics.brand` (string) The brand related to this basic element - `data.character.groups.basics.material` (string) The material related to this basic element - `data.character.groups.basics.color` (string) The color related to this basic element - `data.character.groups.basics.colorCode` (string) The brand related to this basic element - `data.character.groups.basics.dimensions` (string) The dimensions related to this basic element - `data.character.groups.basics.ingredients` (string) The ingredients related to this basic element - `data.character.groups.basics.images` (array) The images related to this basic element - `data.character.groups.basics.links` (array) The links related to this basic element - `data.character.groups.basics.groupIds` (array) The identifiers of the groups related to this basic element - `data.character.groups.basics.groups` (array) The groups of this basic element - `data.character.groups.basics.productIds` (array) The identifiers of the products related to this basic element - `data.character.groups.basics.products` (array) The products of this basic element - `data.character.groups.musicIds` (array) The identifiers of the musics related to this group - `data.character.groups.musics` (array) The musics of this group - `data.character.groups.musics.name` (string) The name of this music - `data.character.groups.musics.subtitle` (string) The subtitle of this music - `data.character.groups.musics.description` (string) The description of this music - `data.character.groups.musics.artist` (string) The artist of this music - `data.character.groups.musics.album` (string) The album of this music - `data.character.groups.musics.duration` (string) The duration of this music - `data.character.groups.musics.images` (array) The images related to this music - `data.character.groups.musics.links` (array) The links related to this music - `data.character.groups.musics.groupIds` (array) The identifiers of the groups related to this music - `data.character.groups.musics.groups` (array) The groups of this music - `data.actor` (object) The actor of this event - `data.location` (object) The locations of this event - `data.costume` (object) The costume of this event - `data.prop` (object) The prop of this event - `data.product` (object) The product of this event - `data.music` (object) The music of this event - `data.ticket` (object) The ticket of this event - `data.theme` (object) The theme of this event - `data.basic` (object) The basic of this event - `data.start` (integer) The event start in milliseconds of this event - `data.end` (integer) The event end in milliseconds of this event - `data.startTc` (string) The event start timecode (hh:mm:ss:ff) of this event - `data.endTc` (string) The event end timecode (hh:mm:ss:ff) of this event - `data.scene` (string) The scene number of this event - `data.groupIds` (array) The identifiers of the groups related to this event - `data.groups` (array) The groups of this event - `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 401 fields (application/json): - `data` (array) The response data. Example: [{"id":"string","kind":"<>","character":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"actor":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"location":{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]},"costume":{"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"},"prop":{"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"},"product":{"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"},"music":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","artist":"string","album":"string","duration":"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"]}]},"ticket":{"id":"string","kind":"<>","name":"string","location":"string","description":"string","playtimes":"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"}]},"theme":{"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"}]},"basic":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","brand":"string","material":"string","color":"string","colorCode":"string","dimensions":"string","ingredients":"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"}]},"start":0,"end":0,"startTc":"string","endTc":"string","scene":"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"]}]}] - `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.character` (object) The character of this event - `data.character.role` (string) The role of this actor - `data.character.name` (string) The name of this actor - `data.character.gender` (string) The gender of this actor - `data.character.salutationTitle` (string) The salutation title of this actor - `data.character.givenName` (string) The given name of this actor - `data.character.linkingName` (string) The linking name of this actor - `data.character.familyName` (string) The family name of this actor - `data.character.age` (integer) The age of this actor - `data.character.yearOfBirth` (string) The year of birth related to this actor - `data.character.placeOfBirth` (string) The place of birth related to this actor - `data.character.countryOfBirth` (string) The country of birth related to this actor - `data.character.description` (string) The description of this actor - `data.character.images` (array) The images related to this actor - `data.character.images.url` (string) The image URL of this image - `data.character.images.copyright` (string) The image copyright of this image - `data.character.links` (array) The links related to this actor - `data.character.links.url` (string) The link URL of this object - `data.character.links.urlLabel` (string) The link label of this object - `data.character.links.urlNote` (string) The link note of this object - `data.character.links.urlImage` (object) The link image of this object - `data.character.groupIds` (array) The identifiers of the groups related to this actor - `data.character.groups` (array) The groups of this actor - `data.character.groups.mainMenu` (boolean) The main menu marker of this group - `data.character.groups.name` (string) The name of this group - `data.character.groups.subtitle` (string) The subtitle of this group - `data.character.groups.description` (string) The description of this group - `data.character.groups.images` (array) The images related to this group - `data.character.groups.links` (array) The links related to this group - `data.character.groups.layout` (string) The layout of this group - `data.character.groups.groupIds` (array) The identifiers of the groups related to this group - `data.character.groups.groups` (array) The groups of this group - `data.character.groups.characterIds` (array) The identifiers of the characters related to this group - `data.character.groups.characters` (array) The characters of this group - `data.character.groups.actorIds` (array) The identifiers of the actors related to this group - `data.character.groups.actors` (array) The actors of this group - `data.character.groups.actors.locationIds` (array) The identifiers of the locations related to this actor - `data.character.groups.actors.locations` (array) The locations of this actor - `data.character.groups.actors.locations.name` (string) The name of this location - `data.character.groups.actors.locations.title` (string) The title of this location - `data.character.groups.actors.locations.subtitle` (string) The subtitle of this location - `data.character.groups.actors.locations.description` (string) The description of this location - `data.character.groups.actors.locations.street` (string) The street related to this location - `data.character.groups.actors.locations.addition` (string) The extra address line related to this location - `data.character.groups.actors.locations.postcode` (string) The postal code of this location - `data.character.groups.actors.locations.city` (string) The city related to this location - `data.character.groups.actors.locations.country` (string) The country related to this location - `data.character.groups.actors.locations.longitude` (string) The longitude related to this location - `data.character.groups.actors.locations.latitude` (string) The latitude of this location - `data.character.groups.actors.locations.images` (array) The images related to this location - `data.character.groups.actors.locations.links` (array) The links related to this location - `data.character.groups.actors.locations.groupIds` (array) The identifiers of the groups related to this location - `data.character.groups.actors.locations.groups` (array) The groups of this location - `data.character.groups.actors.costumeIds` (array) The identifiers of the costumes related to this actor - `data.character.groups.actors.costumes` (array) The costumes of this actor - `data.character.groups.actors.costumes.type` (string) The type of this product - `data.character.groups.actors.costumes.name` (string) The name of this product - `data.character.groups.actors.costumes.brand` (string) The brand of this product - `data.character.groups.actors.costumes.subtitle` (string) The subtitle of this product - `data.character.groups.actors.costumes.description` (string) The description of this product - `data.character.groups.actors.costumes.gender` (string) The gender of this product - `data.character.groups.actors.costumes.category` (string) The category related to this product - `data.character.groups.actors.costumes.fit` (string) The fit of this product - `data.character.groups.actors.costumes.material` (string) The material related to this product - `data.character.groups.actors.costumes.color` (string) The color related to this product - `data.character.groups.actors.costumes.colorCode` (string) The color code related to this product - `data.character.groups.actors.costumes.country` (string) The country related to this product - `data.character.groups.actors.costumes.images` (array) The images related to this product - `data.character.groups.actors.costumes.imagesLogo` (string) The images logo of this product - `data.character.groups.actors.costumes.imagesLogoCopyright` (string) The images logo copyright of this product - `data.character.groups.actors.costumes.links` (array) The links related to this product - `data.character.groups.actors.costumes.sku` (string) The SKU of this product - `data.character.groups.actors.costumes.price` (string) The price of this product - `data.character.groups.actors.costumes.priceFloat` (number) The price as float of this product - `data.character.groups.actors.costumes.originalPrice` (string) The original price of this product - `data.character.groups.actors.costumes.originalPriceFloat` (number) The original price as float of this product - `data.character.groups.actors.costumes.currency` (string) The currency of this product - `data.character.groups.actors.costumes.variantsCompact` (string) The variants in compact form overview related to this product - `data.character.groups.actors.costumes.variants` (array) The variants of this product - `data.character.groups.actors.costumes.variants.title` (string) The title of this product variant - `data.character.groups.actors.costumes.variants.content` (string) The content of this product variant - `data.character.groups.actors.costumes.variants.sku` (string) The SKU of this product variant - `data.character.groups.actors.costumes.variants.price` (string) The price of this product variant - `data.character.groups.actors.costumes.variants.priceFloat` (number) The price as float of this product variant - `data.character.groups.actors.costumes.variants.originalPrice` (string) The original price of this product variant - `data.character.groups.actors.costumes.variants.originalPriceFloat` (number) The original price as float of this product variant - `data.character.groups.actors.costumes.variants.currency` (string) The currency of this product variant - `data.character.groups.actors.costumes.variants.cartUrl` (string) The cart URL of this product variant - `data.character.groups.actors.costumes.variants.basketProductId` (string) The basker product identifier of this product variant - `data.character.groups.actors.costumes.groupIds` (array) The identifiers of the groups related to this product - `data.character.groups.actors.costumes.groups` (array) The groups of this product - `data.character.groups.actors.costumes.linkedToProductIds` (array) The identifiers of the similar products related to this product - `data.character.groups.actors.costumes.linkedToProducts` (array) The similar products of this product - `data.character.groups.actors.costumes.linkedToProducts.basketProductId` (string) The basket product identifier of this product - `data.character.groups.actors.productIds` (array) The products of this actor - `data.character.groups.actors.products` (array) The products of this actor - `data.character.groups.actors.propIds` (array) The identifiers of the props related to this actor - `data.character.groups.actors.props` (array) The props of this actor - `data.character.groups.locationIds` (array) The identifiers of the locations related to this group - `data.character.groups.locations` (array) The locations of this group - `data.character.groups.costumeIds` (array) The identifiers of the costumes related to this group - `data.character.groups.costumes` (array) The costumes of this group - `data.character.groups.productIds` (array) The identifiers of the products related to this group - `data.character.groups.products` (array) The products of this group - `data.character.groups.propIds` (array) The identifiers of the props related to this group - `data.character.groups.props` (array) The props of this group - `data.character.groups.ticketIds` (array) The identifiers of the tickets related to this group - `data.character.groups.tickets` (array) The tickets of this group - `data.character.groups.tickets.name` (string) The name of this ticket - `data.character.groups.tickets.location` (string) The location of this ticket - `data.character.groups.tickets.description` (string) The description of this ticket - `data.character.groups.tickets.playtimes` (string) The play times of this ticket - `data.character.groups.tickets.images` (array) The images related to this ticket - `data.character.groups.tickets.links` (array) The links related to this ticket - `data.character.groups.tickets.groupIds` (array) The identifiers of the groups related to this ticket - `data.character.groups.tickets.groups` (array) The groups of this ticket - `data.character.groups.tickets.productIds` (array) The identifiers of the products related to this ticket - `data.character.groups.tickets.products` (array) The products of this ticket - `data.character.groups.themeIds` (array) The identifiers of the themes related to this group - `data.character.groups.themes` (array) The themes of this group - `data.character.groups.themes.name` (string) The name of this theme - `data.character.groups.themes.subtitle` (string) The subtitle of this theme - `data.character.groups.themes.author` (string) The author of this theme - `data.character.groups.themes.dateCreated` (string) The date created of this theme - `data.character.groups.themes.description` (string) The description of this theme - `data.character.groups.themes.images` (array) The images related to this theme - `data.character.groups.themes.links` (array) The links related to this theme - `data.character.groups.themes.groupIds` (array) The identifiers of the groups related to this theme - `data.character.groups.themes.groups` (array) The groups of this theme - `data.character.groups.themes.productIds` (array) The identifiers of the products related to this theme - `data.character.groups.themes.products` (array) The products of this theme - `data.character.groups.basicIds` (array) The identifiers of the basics related to this group - `data.character.groups.basics` (array) The basics of this group - `data.character.groups.basics.name` (string) The name of this basic element - `data.character.groups.basics.subtitle` (string) The subtitle of this basic element - `data.character.groups.basics.description` (string) The description of this basic element - `data.character.groups.basics.brand` (string) The brand related to this basic element - `data.character.groups.basics.material` (string) The material related to this basic element - `data.character.groups.basics.color` (string) The color related to this basic element - `data.character.groups.basics.colorCode` (string) The brand related to this basic element - `data.character.groups.basics.dimensions` (string) The dimensions related to this basic element - `data.character.groups.basics.ingredients` (string) The ingredients related to this basic element - `data.character.groups.basics.images` (array) The images related to this basic element - `data.character.groups.basics.links` (array) The links related to this basic element - `data.character.groups.basics.groupIds` (array) The identifiers of the groups related to this basic element - `data.character.groups.basics.groups` (array) The groups of this basic element - `data.character.groups.basics.productIds` (array) The identifiers of the products related to this basic element - `data.character.groups.basics.products` (array) The products of this basic element - `data.character.groups.musicIds` (array) The identifiers of the musics related to this group - `data.character.groups.musics` (array) The musics of this group - `data.character.groups.musics.name` (string) The name of this music - `data.character.groups.musics.subtitle` (string) The subtitle of this music - `data.character.groups.musics.description` (string) The description of this music - `data.character.groups.musics.artist` (string) The artist of this music - `data.character.groups.musics.album` (string) The album of this music - `data.character.groups.musics.duration` (string) The duration of this music - `data.character.groups.musics.images` (array) The images related to this music - `data.character.groups.musics.links` (array) The links related to this music - `data.character.groups.musics.groupIds` (array) The identifiers of the groups related to this music - `data.character.groups.musics.groups` (array) The groups of this music - `data.actor` (object) The actor of this event - `data.location` (object) The locations of this event - `data.costume` (object) The costume of this event - `data.prop` (object) The prop of this event - `data.product` (object) The product of this event - `data.music` (object) The music of this event - `data.ticket` (object) The ticket of this event - `data.theme` (object) The theme of this event - `data.basic` (object) The basic of this event - `data.start` (integer) The event start in milliseconds of this event - `data.end` (integer) The event end in milliseconds of this event - `data.startTc` (string) The event start timecode (hh:mm:ss:ff) of this event - `data.endTc` (string) The event end timecode (hh:mm:ss:ff) of this event - `data.scene` (string) The scene number of this event - `data.groupIds` (array) The identifiers of the groups related to this event - `data.groups` (array) The groups of this event - `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":"<>","character":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"actor":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"location":{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]},"costume":{"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"},"prop":{"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"},"product":{"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"},"music":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","artist":"string","album":"string","duration":"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"]}]},"ticket":{"id":"string","kind":"<>","name":"string","location":"string","description":"string","playtimes":"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"}]},"theme":{"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"}]},"basic":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","brand":"string","material":"string","color":"string","colorCode":"string","dimensions":"string","ingredients":"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"}]},"start":0,"end":0,"startTc":"string","endTc":"string","scene":"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"]}]}] - `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.character` (object) The character of this event - `data.character.role` (string) The role of this actor - `data.character.name` (string) The name of this actor - `data.character.gender` (string) The gender of this actor - `data.character.salutationTitle` (string) The salutation title of this actor - `data.character.givenName` (string) The given name of this actor - `data.character.linkingName` (string) The linking name of this actor - `data.character.familyName` (string) The family name of this actor - `data.character.age` (integer) The age of this actor - `data.character.yearOfBirth` (string) The year of birth related to this actor - `data.character.placeOfBirth` (string) The place of birth related to this actor - `data.character.countryOfBirth` (string) The country of birth related to this actor - `data.character.description` (string) The description of this actor - `data.character.images` (array) The images related to this actor - `data.character.images.url` (string) The image URL of this image - `data.character.images.copyright` (string) The image copyright of this image - `data.character.links` (array) The links related to this actor - `data.character.links.url` (string) The link URL of this object - `data.character.links.urlLabel` (string) The link label of this object - `data.character.links.urlNote` (string) The link note of this object - `data.character.links.urlImage` (object) The link image of this object - `data.character.groupIds` (array) The identifiers of the groups related to this actor - `data.character.groups` (array) The groups of this actor - `data.character.groups.mainMenu` (boolean) The main menu marker of this group - `data.character.groups.name` (string) The name of this group - `data.character.groups.subtitle` (string) The subtitle of this group - `data.character.groups.description` (string) The description of this group - `data.character.groups.images` (array) The images related to this group - `data.character.groups.links` (array) The links related to this group - `data.character.groups.layout` (string) The layout of this group - `data.character.groups.groupIds` (array) The identifiers of the groups related to this group - `data.character.groups.groups` (array) The groups of this group - `data.character.groups.characterIds` (array) The identifiers of the characters related to this group - `data.character.groups.characters` (array) The characters of this group - `data.character.groups.actorIds` (array) The identifiers of the actors related to this group - `data.character.groups.actors` (array) The actors of this group - `data.character.groups.actors.locationIds` (array) The identifiers of the locations related to this actor - `data.character.groups.actors.locations` (array) The locations of this actor - `data.character.groups.actors.locations.name` (string) The name of this location - `data.character.groups.actors.locations.title` (string) The title of this location - `data.character.groups.actors.locations.subtitle` (string) The subtitle of this location - `data.character.groups.actors.locations.description` (string) The description of this location - `data.character.groups.actors.locations.street` (string) The street related to this location - `data.character.groups.actors.locations.addition` (string) The extra address line related to this location - `data.character.groups.actors.locations.postcode` (string) The postal code of this location - `data.character.groups.actors.locations.city` (string) The city related to this location - `data.character.groups.actors.locations.country` (string) The country related to this location - `data.character.groups.actors.locations.longitude` (string) The longitude related to this location - `data.character.groups.actors.locations.latitude` (string) The latitude of this location - `data.character.groups.actors.locations.images` (array) The images related to this location - `data.character.groups.actors.locations.links` (array) The links related to this location - `data.character.groups.actors.locations.groupIds` (array) The identifiers of the groups related to this location - `data.character.groups.actors.locations.groups` (array) The groups of this location - `data.character.groups.actors.costumeIds` (array) The identifiers of the costumes related to this actor - `data.character.groups.actors.costumes` (array) The costumes of this actor - `data.character.groups.actors.costumes.type` (string) The type of this product - `data.character.groups.actors.costumes.name` (string) The name of this product - `data.character.groups.actors.costumes.brand` (string) The brand of this product - `data.character.groups.actors.costumes.subtitle` (string) The subtitle of this product - `data.character.groups.actors.costumes.description` (string) The description of this product - `data.character.groups.actors.costumes.gender` (string) The gender of this product - `data.character.groups.actors.costumes.category` (string) The category related to this product - `data.character.groups.actors.costumes.fit` (string) The fit of this product - `data.character.groups.actors.costumes.material` (string) The material related to this product - `data.character.groups.actors.costumes.color` (string) The color related to this product - `data.character.groups.actors.costumes.colorCode` (string) The color code related to this product - `data.character.groups.actors.costumes.country` (string) The country related to this product - `data.character.groups.actors.costumes.images` (array) The images related to this product - `data.character.groups.actors.costumes.imagesLogo` (string) The images logo of this product - `data.character.groups.actors.costumes.imagesLogoCopyright` (string) The images logo copyright of this product - `data.character.groups.actors.costumes.links` (array) The links related to this product - `data.character.groups.actors.costumes.sku` (string) The SKU of this product - `data.character.groups.actors.costumes.price` (string) The price of this product - `data.character.groups.actors.costumes.priceFloat` (number) The price as float of this product - `data.character.groups.actors.costumes.originalPrice` (string) The original price of this product - `data.character.groups.actors.costumes.originalPriceFloat` (number) The original price as float of this product - `data.character.groups.actors.costumes.currency` (string) The currency of this product - `data.character.groups.actors.costumes.variantsCompact` (string) The variants in compact form overview related to this product - `data.character.groups.actors.costumes.variants` (array) The variants of this product - `data.character.groups.actors.costumes.variants.title` (string) The title of this product variant - `data.character.groups.actors.costumes.variants.content` (string) The content of this product variant - `data.character.groups.actors.costumes.variants.sku` (string) The SKU of this product variant - `data.character.groups.actors.costumes.variants.price` (string) The price of this product variant - `data.character.groups.actors.costumes.variants.priceFloat` (number) The price as float of this product variant - `data.character.groups.actors.costumes.variants.originalPrice` (string) The original price of this product variant - `data.character.groups.actors.costumes.variants.originalPriceFloat` (number) The original price as float of this product variant - `data.character.groups.actors.costumes.variants.currency` (string) The currency of this product variant - `data.character.groups.actors.costumes.variants.cartUrl` (string) The cart URL of this product variant - `data.character.groups.actors.costumes.variants.basketProductId` (string) The basker product identifier of this product variant - `data.character.groups.actors.costumes.groupIds` (array) The identifiers of the groups related to this product - `data.character.groups.actors.costumes.groups` (array) The groups of this product - `data.character.groups.actors.costumes.linkedToProductIds` (array) The identifiers of the similar products related to this product - `data.character.groups.actors.costumes.linkedToProducts` (array) The similar products of this product - `data.character.groups.actors.costumes.linkedToProducts.basketProductId` (string) The basket product identifier of this product - `data.character.groups.actors.productIds` (array) The products of this actor - `data.character.groups.actors.products` (array) The products of this actor - `data.character.groups.actors.propIds` (array) The identifiers of the props related to this actor - `data.character.groups.actors.props` (array) The props of this actor - `data.character.groups.locationIds` (array) The identifiers of the locations related to this group - `data.character.groups.locations` (array) The locations of this group - `data.character.groups.costumeIds` (array) The identifiers of the costumes related to this group - `data.character.groups.costumes` (array) The costumes of this group - `data.character.groups.productIds` (array) The identifiers of the products related to this group - `data.character.groups.products` (array) The products of this group - `data.character.groups.propIds` (array) The identifiers of the props related to this group - `data.character.groups.props` (array) The props of this group - `data.character.groups.ticketIds` (array) The identifiers of the tickets related to this group - `data.character.groups.tickets` (array) The tickets of this group - `data.character.groups.tickets.name` (string) The name of this ticket - `data.character.groups.tickets.location` (string) The location of this ticket - `data.character.groups.tickets.description` (string) The description of this ticket - `data.character.groups.tickets.playtimes` (string) The play times of this ticket - `data.character.groups.tickets.images` (array) The images related to this ticket - `data.character.groups.tickets.links` (array) The links related to this ticket - `data.character.groups.tickets.groupIds` (array) The identifiers of the groups related to this ticket - `data.character.groups.tickets.groups` (array) The groups of this ticket - `data.character.groups.tickets.productIds` (array) The identifiers of the products related to this ticket - `data.character.groups.tickets.products` (array) The products of this ticket - `data.character.groups.themeIds` (array) The identifiers of the themes related to this group - `data.character.groups.themes` (array) The themes of this group - `data.character.groups.themes.name` (string) The name of this theme - `data.character.groups.themes.subtitle` (string) The subtitle of this theme - `data.character.groups.themes.author` (string) The author of this theme - `data.character.groups.themes.dateCreated` (string) The date created of this theme - `data.character.groups.themes.description` (string) The description of this theme - `data.character.groups.themes.images` (array) The images related to this theme - `data.character.groups.themes.links` (array) The links related to this theme - `data.character.groups.themes.groupIds` (array) The identifiers of the groups related to this theme - `data.character.groups.themes.groups` (array) The groups of this theme - `data.character.groups.themes.productIds` (array) The identifiers of the products related to this theme - `data.character.groups.themes.products` (array) The products of this theme - `data.character.groups.basicIds` (array) The identifiers of the basics related to this group - `data.character.groups.basics` (array) The basics of this group - `data.character.groups.basics.name` (string) The name of this basic element - `data.character.groups.basics.subtitle` (string) The subtitle of this basic element - `data.character.groups.basics.description` (string) The description of this basic element - `data.character.groups.basics.brand` (string) The brand related to this basic element - `data.character.groups.basics.material` (string) The material related to this basic element - `data.character.groups.basics.color` (string) The color related to this basic element - `data.character.groups.basics.colorCode` (string) The brand related to this basic element - `data.character.groups.basics.dimensions` (string) The dimensions related to this basic element - `data.character.groups.basics.ingredients` (string) The ingredients related to this basic element - `data.character.groups.basics.images` (array) The images related to this basic element - `data.character.groups.basics.links` (array) The links related to this basic element - `data.character.groups.basics.groupIds` (array) The identifiers of the groups related to this basic element - `data.character.groups.basics.groups` (array) The groups of this basic element - `data.character.groups.basics.productIds` (array) The identifiers of the products related to this basic element - `data.character.groups.basics.products` (array) The products of this basic element - `data.character.groups.musicIds` (array) The identifiers of the musics related to this group - `data.character.groups.musics` (array) The musics of this group - `data.character.groups.musics.name` (string) The name of this music - `data.character.groups.musics.subtitle` (string) The subtitle of this music - `data.character.groups.musics.description` (string) The description of this music - `data.character.groups.musics.artist` (string) The artist of this music - `data.character.groups.musics.album` (string) The album of this music - `data.character.groups.musics.duration` (string) The duration of this music - `data.character.groups.musics.images` (array) The images related to this music - `data.character.groups.musics.links` (array) The links related to this music - `data.character.groups.musics.groupIds` (array) The identifiers of the groups related to this music - `data.character.groups.musics.groups` (array) The groups of this music - `data.actor` (object) The actor of this event - `data.location` (object) The locations of this event - `data.costume` (object) The costume of this event - `data.prop` (object) The prop of this event - `data.product` (object) The product of this event - `data.music` (object) The music of this event - `data.ticket` (object) The ticket of this event - `data.theme` (object) The theme of this event - `data.basic` (object) The basic of this event - `data.start` (integer) The event start in milliseconds of this event - `data.end` (integer) The event end in milliseconds of this event - `data.startTc` (string) The event start timecode (hh:mm:ss:ff) of this event - `data.endTc` (string) The event end timecode (hh:mm:ss:ff) of this event - `data.scene` (string) The scene number of this event - `data.groupIds` (array) The identifiers of the groups related to this event - `data.groups` (array) The groups of this event - `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":"<>","character":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"actor":{"id":"string","kind":"<>","role":"string","name":"string","gender":"string","salutationTitle":"string","givenName":"string","linkingName":"string","familyName":"string","age":0,"yearOfBirth":"string","placeOfBirth":"string","countryOfBirth":"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"]}],"locationIds":["item"],"locations":[{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]}],"costumeIds":["item"],"costumes":[{"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"}],"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"}],"propIds":["item"],"props":[{"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"}]},"location":{"id":"string","kind":"<>","name":"string","title":"string","subtitle":"string","description":"string","street":"string","addition":"string","postcode":"string","city":"string","country":"string","longitude":"string","latitude":"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"]}]},"costume":{"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"},"prop":{"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"},"product":{"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"},"music":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","artist":"string","album":"string","duration":"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"]}]},"ticket":{"id":"string","kind":"<>","name":"string","location":"string","description":"string","playtimes":"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"}]},"theme":{"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"}]},"basic":{"id":"string","kind":"<>","name":"string","subtitle":"string","description":"string","brand":"string","material":"string","color":"string","colorCode":"string","dimensions":"string","ingredients":"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"}]},"start":0,"end":0,"startTc":"string","endTc":"string","scene":"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"]}]}] - `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.character` (object) The character of this event - `data.character.role` (string) The role of this actor - `data.character.name` (string) The name of this actor - `data.character.gender` (string) The gender of this actor - `data.character.salutationTitle` (string) The salutation title of this actor - `data.character.givenName` (string) The given name of this actor - `data.character.linkingName` (string) The linking name of this actor - `data.character.familyName` (string) The family name of this actor - `data.character.age` (integer) The age of this actor - `data.character.yearOfBirth` (string) The year of birth related to this actor - `data.character.placeOfBirth` (string) The place of birth related to this actor - `data.character.countryOfBirth` (string) The country of birth related to this actor - `data.character.description` (string) The description of this actor - `data.character.images` (array) The images related to this actor - `data.character.images.url` (string) The image URL of this image - `data.character.images.copyright` (string) The image copyright of this image - `data.character.links` (array) The links related to this actor - `data.character.links.url` (string) The link URL of this object - `data.character.links.urlLabel` (string) The link label of this object - `data.character.links.urlNote` (string) The link note of this object - `data.character.links.urlImage` (object) The link image of this object - `data.character.groupIds` (array) The identifiers of the groups related to this actor - `data.character.groups` (array) The groups of this actor - `data.character.groups.mainMenu` (boolean) The main menu marker of this group - `data.character.groups.name` (string) The name of this group - `data.character.groups.subtitle` (string) The subtitle of this group - `data.character.groups.description` (string) The description of this group - `data.character.groups.images` (array) The images related to this group - `data.character.groups.links` (array) The links related to this group - `data.character.groups.layout` (string) The layout of this group - `data.character.groups.groupIds` (array) The identifiers of the groups related to this group - `data.character.groups.groups` (array) The groups of this group - `data.character.groups.characterIds` (array) The identifiers of the characters related to this group - `data.character.groups.characters` (array) The characters of this group - `data.character.groups.actorIds` (array) The identifiers of the actors related to this group - `data.character.groups.actors` (array) The actors of this group - `data.character.groups.actors.locationIds` (array) The identifiers of the locations related to this actor - `data.character.groups.actors.locations` (array) The locations of this actor - `data.character.groups.actors.locations.name` (string) The name of this location - `data.character.groups.actors.locations.title` (string) The title of this location - `data.character.groups.actors.locations.subtitle` (string) The subtitle of this location - `data.character.groups.actors.locations.description` (string) The description of this location - `data.character.groups.actors.locations.street` (string) The street related to this location - `data.character.groups.actors.locations.addition` (string) The extra address line related to this location - `data.character.groups.actors.locations.postcode` (string) The postal code of this location - `data.character.groups.actors.locations.city` (string) The city related to this location - `data.character.groups.actors.locations.country` (string) The country related to this location - `data.character.groups.actors.locations.longitude` (string) The longitude related to this location - `data.character.groups.actors.locations.latitude` (string) The latitude of this location - `data.character.groups.actors.locations.images` (array) The images related to this location - `data.character.groups.actors.locations.links` (array) The links related to this location - `data.character.groups.actors.locations.groupIds` (array) The identifiers of the groups related to this location - `data.character.groups.actors.locations.groups` (array) The groups of this location - `data.character.groups.actors.costumeIds` (array) The identifiers of the costumes related to this actor - `data.character.groups.actors.costumes` (array) The costumes of this actor - `data.character.groups.actors.costumes.type` (string) The type of this product - `data.character.groups.actors.costumes.name` (string) The name of this product - `data.character.groups.actors.costumes.brand` (string) The brand of this product - `data.character.groups.actors.costumes.subtitle` (string) The subtitle of this product - `data.character.groups.actors.costumes.description` (string) The description of this product - `data.character.groups.actors.costumes.gender` (string) The gender of this product - `data.character.groups.actors.costumes.category` (string) The category related to this product - `data.character.groups.actors.costumes.fit` (string) The fit of this product - `data.character.groups.actors.costumes.material` (string) The material related to this product - `data.character.groups.actors.costumes.color` (string) The color related to this product - `data.character.groups.actors.costumes.colorCode` (string) The color code related to this product - `data.character.groups.actors.costumes.country` (string) The country related to this product - `data.character.groups.actors.costumes.images` (array) The images related to this product - `data.character.groups.actors.costumes.imagesLogo` (string) The images logo of this product - `data.character.groups.actors.costumes.imagesLogoCopyright` (string) The images logo copyright of this product - `data.character.groups.actors.costumes.links` (array) The links related to this product - `data.character.groups.actors.costumes.sku` (string) The SKU of this product - `data.character.groups.actors.costumes.price` (string) The price of this product - `data.character.groups.actors.costumes.priceFloat` (number) The price as float of this product - `data.character.groups.actors.costumes.originalPrice` (string) The original price of this product - `data.character.groups.actors.costumes.originalPriceFloat` (number) The original price as float of this product - `data.character.groups.actors.costumes.currency` (string) The currency of this product - `data.character.groups.actors.costumes.variantsCompact` (string) The variants in compact form overview related to this product - `data.character.groups.actors.costumes.variants` (array) The variants of this product - `data.character.groups.actors.costumes.variants.title` (string) The title of this product variant - `data.character.groups.actors.costumes.variants.content` (string) The content of this product variant - `data.character.groups.actors.costumes.variants.sku` (string) The SKU of this product variant - `data.character.groups.actors.costumes.variants.price` (string) The price of this product variant - `data.character.groups.actors.costumes.variants.priceFloat` (number) The price as float of this product variant - `data.character.groups.actors.costumes.variants.originalPrice` (string) The original price of this product variant - `data.character.groups.actors.costumes.variants.originalPriceFloat` (number) The original price as float of this product variant - `data.character.groups.actors.costumes.variants.currency` (string) The currency of this product variant - `data.character.groups.actors.costumes.variants.cartUrl` (string) The cart URL of this product variant - `data.character.groups.actors.costumes.variants.basketProductId` (string) The basker product identifier of this product variant - `data.character.groups.actors.costumes.groupIds` (array) The identifiers of the groups related to this product - `data.character.groups.actors.costumes.groups` (array) The groups of this product - `data.character.groups.actors.costumes.linkedToProductIds` (array) The identifiers of the similar products related to this product - `data.character.groups.actors.costumes.linkedToProducts` (array) The similar products of this product - `data.character.groups.actors.costumes.linkedToProducts.basketProductId` (string) The basket product identifier of this product - `data.character.groups.actors.productIds` (array) The products of this actor - `data.character.groups.actors.products` (array) The products of this actor - `data.character.groups.actors.propIds` (array) The identifiers of the props related to this actor - `data.character.groups.actors.props` (array) The props of this actor - `data.character.groups.locationIds` (array) The identifiers of the locations related to this group - `data.character.groups.locations` (array) The locations of this group - `data.character.groups.costumeIds` (array) The identifiers of the costumes related to this group - `data.character.groups.costumes` (array) The costumes of this group - `data.character.groups.productIds` (array) The identifiers of the products related to this group - `data.character.groups.products` (array) The products of this group - `data.character.groups.propIds` (array) The identifiers of the props related to this group - `data.character.groups.props` (array) The props of this group - `data.character.groups.ticketIds` (array) The identifiers of the tickets related to this group - `data.character.groups.tickets` (array) The tickets of this group - `data.character.groups.tickets.name` (string) The name of this ticket - `data.character.groups.tickets.location` (string) The location of this ticket - `data.character.groups.tickets.description` (string) The description of this ticket - `data.character.groups.tickets.playtimes` (string) The play times of this ticket - `data.character.groups.tickets.images` (array) The images related to this ticket - `data.character.groups.tickets.links` (array) The links related to this ticket - `data.character.groups.tickets.groupIds` (array) The identifiers of the groups related to this ticket - `data.character.groups.tickets.groups` (array) The groups of this ticket - `data.character.groups.tickets.productIds` (array) The identifiers of the products related to this ticket - `data.character.groups.tickets.products` (array) The products of this ticket - `data.character.groups.themeIds` (array) The identifiers of the themes related to this group - `data.character.groups.themes` (array) The themes of this group - `data.character.groups.themes.name` (string) The name of this theme - `data.character.groups.themes.subtitle` (string) The subtitle of this theme - `data.character.groups.themes.author` (string) The author of this theme - `data.character.groups.themes.dateCreated` (string) The date created of this theme - `data.character.groups.themes.description` (string) The description of this theme - `data.character.groups.themes.images` (array) The images related to this theme - `data.character.groups.themes.links` (array) The links related to this theme - `data.character.groups.themes.groupIds` (array) The identifiers of the groups related to this theme - `data.character.groups.themes.groups` (array) The groups of this theme - `data.character.groups.themes.productIds` (array) The identifiers of the products related to this theme - `data.character.groups.themes.products` (array) The products of this theme - `data.character.groups.basicIds` (array) The identifiers of the basics related to this group - `data.character.groups.basics` (array) The basics of this group - `data.character.groups.basics.name` (string) The name of this basic element - `data.character.groups.basics.subtitle` (string) The subtitle of this basic element - `data.character.groups.basics.description` (string) The description of this basic element - `data.character.groups.basics.brand` (string) The brand related to this basic element - `data.character.groups.basics.material` (string) The material related to this basic element - `data.character.groups.basics.color` (string) The color related to this basic element - `data.character.groups.basics.colorCode` (string) The brand related to this basic element - `data.character.groups.basics.dimensions` (string) The dimensions related to this basic element - `data.character.groups.basics.ingredients` (string) The ingredients related to this basic element - `data.character.groups.basics.images` (array) The images related to this basic element - `data.character.groups.basics.links` (array) The links related to this basic element - `data.character.groups.basics.groupIds` (array) The identifiers of the groups related to this basic element - `data.character.groups.basics.groups` (array) The groups of this basic element - `data.character.groups.basics.productIds` (array) The identifiers of the products related to this basic element - `data.character.groups.basics.products` (array) The products of this basic element - `data.character.groups.musicIds` (array) The identifiers of the musics related to this group - `data.character.groups.musics` (array) The musics of this group - `data.character.groups.musics.name` (string) The name of this music - `data.character.groups.musics.subtitle` (string) The subtitle of this music - `data.character.groups.musics.description` (string) The description of this music - `data.character.groups.musics.artist` (string) The artist of this music - `data.character.groups.musics.album` (string) The album of this music - `data.character.groups.musics.duration` (string) The duration of this music - `data.character.groups.musics.images` (array) The images related to this music - `data.character.groups.musics.links` (array) The links related to this music - `data.character.groups.musics.groupIds` (array) The identifiers of the groups related to this music - `data.character.groups.musics.groups` (array) The groups of this music - `data.actor` (object) The actor of this event - `data.location` (object) The locations of this event - `data.costume` (object) The costume of this event - `data.prop` (object) The prop of this event - `data.product` (object) The product of this event - `data.music` (object) The music of this event - `data.ticket` (object) The ticket of this event - `data.theme` (object) The theme of this event - `data.basic` (object) The basic of this event - `data.start` (integer) The event start in milliseconds of this event - `data.end` (integer) The event end in milliseconds of this event - `data.startTc` (string) The event start timecode (hh:mm:ss:ff) of this event - `data.endTc` (string) The event end timecode (hh:mm:ss:ff) of this event - `data.scene` (string) The scene number of this event - `data.groupIds` (array) The identifiers of the groups related to this event - `data.groups` (array) The groups of this event - `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.