GET api/MediaItems/Affiliate/{affiliateId}?includeParentAndChild={includeParentAndChild}&includeInactiveMediaItems={includeInactiveMediaItems}
Returns all the current media items currently available on the platform for a given affiliate
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
The affiliate Id |
integer |
Required |
includeParentAndChild |
Include Parent and Child Mini. Default = false |
boolean |
Default value is False |
includeInactiveMediaItems |
Include inactive media items. Default = false |
boolean |
Default value is False |
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
None.
Response Information
Resource Description
Returns all the current media items currently available on the platform for a given affiliate
Collection of FilmFlex.Platform.Common.API.Contracts.V2.MediaItemMaxDTOName | Description | Type | Additional information |
---|---|---|---|
SupplierReference |
The unique reference to this movie asset |
string |
None. |
Title |
The full Film or Episode Title |
string |
None. |
SortTitle |
Title to be used for sorting only |
string |
None. |
TitleKeywords |
Title keywords where special charcters have been substituted. To be used for internal english based searches. |
string |
None. |
ReleaseYear |
The year the film was released |
integer |
None. |
Certificate |
This is the Media Items Certificate rating. e.g. '15', 'PG', 'U' etc.. |
string |
None. |
Duration |
Movie duration in MINUTES |
string |
None. |
Classification |
This is the Media Item type classification. e.g. 'Movie', 'Series', 'Season' or 'Episode' |
string |
None. |
Cast |
A collection of cast and production members names and their role. Including Directors. |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.CastDTO |
None. |
NewsletterSynopsis |
Newsletter Synopsis (Max 500 chars) |
string |
Max length: 500 |
LongSynopsis |
Long Synopsis (Max 255 chars) |
string |
Max length: 255 |
MediumSynopsis |
Medium Synopsis (Max 180 chars) |
string |
Max length: 180 |
ShortSynopsis |
Short Synopsis (Max 60 chars) |
string |
Max length: 60 |
TrailerUri |
Url to the trailer video asset |
string |
None. |
FurnitureBaseUrl |
The base Url to prefix all furniture image url properties with to resolve the full location. This is the largest common component found and is to help reduce the size of the return payload. Prefix all Furniture Uris with this to get the full asset Uri |
string |
None. |
Furniture |
A list of Media Item furniture (usually images) |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.FurnitureDTO |
None. |
ExternalIdentifiers |
A list of key - values that hold indentifiers used by external parties that relate to a Media Item. |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.ExternalIdentifierDTO |
None. |
Offers |
Collection of Offers available for this Media Item and Affiliate. This includes the type of media items (HD, SD), price, currency and dates. |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.OfferDTO |
None. |
Genres |
List of genres |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.GenreDTO |
None. |
Parent |
Parent |
FilmFlex.Platform.Common.API.Contracts.V2.MediaItemMiniDTO |
None. |
Children |
Children |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.MediaItemMiniDTO |
None. |
Subtitles |
List of subtitles tracks available for this media item. |
Collection of FilmFlex.Platform.Common.API.Contracts.V2.SubtitleDTO |
None. |
BundleOffers | Collection of FilmFlex.Platform.Common.API.Contracts.V2.BundleOfferMiniDTO |
None. |
|
NumberInSequence |
Episode or Series Number |
integer |
None. |
TotalNumberOfParts |
Total number of Episodes or Series |
integer |
None. |
Id |
Media Item Id |
integer |
None. |
ParentId |
Media Item parent id |
integer |
None. |
AudioDescriptionAvailable |
Gets or sets the audio description available. |
boolean |
None. |
AffiliateContentAdvice |
The affiliate content advice |
string |
None. |
BrandSupplierReference |
The supplier reference of the brand of episode or season |
string |
None. |
SeasonNumber |
The number of the season of episode |
integer |
None. |
NotDiscounted | boolean |
None. |
|
BoxSets | Collection of FilmFlex.Platform.Common.API.Contracts.V2.BoxSetDTO |
None. |
Response Formats
application/json, text/json
[ { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "TitleKeywords": "sample string 4", "ReleaseYear": 5, "Certificate": "sample string 6", "Duration": "sample string 7", "Classification": "sample string 8", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 9", "LongSynopsis": "sample string 10", "MediumSynopsis": "sample string 11", "ShortSynopsis": "sample string 12", "TrailerUri": "sample string 13", "FurnitureBaseUrl": "sample string 14", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "ExternalIdentifiers": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "Genres": [ { "Name": "sample string 1", "ImageUrl": "sample string 2" }, { "Name": "sample string 1", "ImageUrl": "sample string 2" } ], "Parent": { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "ShortSynopsis": "sample string 4", "FurnitureBaseUrl": "sample string 5", "Classification": "sample string 6", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 7, "ParentId": 1, "ReleaseYear": 8, "Duration": "sample string 9", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 10", "Certificate": "sample string 11", "AffiliateContentAdvice": "sample string 12", "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] }, "Children": [ { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "ShortSynopsis": "sample string 4", "FurnitureBaseUrl": "sample string 5", "Classification": "sample string 6", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 7, "ParentId": 1, "ReleaseYear": 8, "Duration": "sample string 9", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 10", "Certificate": "sample string 11", "AffiliateContentAdvice": "sample string 12", "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] }, { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "ShortSynopsis": "sample string 4", "FurnitureBaseUrl": "sample string 5", "Classification": "sample string 6", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 7, "ParentId": 1, "ReleaseYear": 8, "Duration": "sample string 9", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 10", "Certificate": "sample string 11", "AffiliateContentAdvice": "sample string 12", "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] } ], "Subtitles": [ { "LanguageCode": "sample string 1", "LanguageName": "sample string 2" }, { "LanguageCode": "sample string 1", "LanguageName": "sample string 2" } ], "BundleOffers": [ { "Id": 1, "Title": "sample string 2", "Description": "sample string 3" }, { "Id": 1, "Title": "sample string 2", "Description": "sample string 3" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 15, "ParentId": 1, "AudioDescriptionAvailable": true, "AffiliateContentAdvice": "sample string 16", "BrandSupplierReference": "sample string 17", "SeasonNumber": 1, "NotDiscounted": true, "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] }, { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "TitleKeywords": "sample string 4", "ReleaseYear": 5, "Certificate": "sample string 6", "Duration": "sample string 7", "Classification": "sample string 8", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 9", "LongSynopsis": "sample string 10", "MediumSynopsis": "sample string 11", "ShortSynopsis": "sample string 12", "TrailerUri": "sample string 13", "FurnitureBaseUrl": "sample string 14", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "ExternalIdentifiers": [ { "Key": "sample string 1", "Value": "sample string 2" }, { "Key": "sample string 1", "Value": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "Genres": [ { "Name": "sample string 1", "ImageUrl": "sample string 2" }, { "Name": "sample string 1", "ImageUrl": "sample string 2" } ], "Parent": { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "ShortSynopsis": "sample string 4", "FurnitureBaseUrl": "sample string 5", "Classification": "sample string 6", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 7, "ParentId": 1, "ReleaseYear": 8, "Duration": "sample string 9", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 10", "Certificate": "sample string 11", "AffiliateContentAdvice": "sample string 12", "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] }, "Children": [ { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "ShortSynopsis": "sample string 4", "FurnitureBaseUrl": "sample string 5", "Classification": "sample string 6", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 7, "ParentId": 1, "ReleaseYear": 8, "Duration": "sample string 9", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 10", "Certificate": "sample string 11", "AffiliateContentAdvice": "sample string 12", "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] }, { "SupplierReference": "sample string 1", "Title": "sample string 2", "SortTitle": "sample string 3", "ShortSynopsis": "sample string 4", "FurnitureBaseUrl": "sample string 5", "Classification": "sample string 6", "Furniture": [ { "Uri": "sample string 1", "FurnitureType": "sample string 2" }, { "Uri": "sample string 1", "FurnitureType": "sample string 2" } ], "Offers": [ { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" }, { "Id": 1, "StartAvailability": "2025-09-02T13:35:28.1755968+00:00", "EndAvailability": "2025-09-02T13:35:28.1755968+00:00", "Price": 4.0, "Currency": "sample string 5", "RentalTime": 1, "ViewTime": 1, "AssetTypeId": "sample string 6", "SupportedDevices": [ { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true }, { "DeviceType": "sample string 1", "Downloadable": true, "Streamable": true } ], "WholeSalePrice": 1.0, "RetailPrice": 1.0, "OfferType": "sample string 7", "SubscriptionTiers": [ { "Name": "sample string 1" }, { "Name": "sample string 1" } ], "LowSupplierReference": "sample string 8" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 7, "ParentId": 1, "ReleaseYear": 8, "Duration": "sample string 9", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 10", "Certificate": "sample string 11", "AffiliateContentAdvice": "sample string 12", "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] } ], "Subtitles": [ { "LanguageCode": "sample string 1", "LanguageName": "sample string 2" }, { "LanguageCode": "sample string 1", "LanguageName": "sample string 2" } ], "BundleOffers": [ { "Id": 1, "Title": "sample string 2", "Description": "sample string 3" }, { "Id": 1, "Title": "sample string 2", "Description": "sample string 3" } ], "NumberInSequence": 1, "TotalNumberOfParts": 1, "Id": 15, "ParentId": 1, "AudioDescriptionAvailable": true, "AffiliateContentAdvice": "sample string 16", "BrandSupplierReference": "sample string 17", "SeasonNumber": 1, "NotDiscounted": true, "BoxSets": [ { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" }, { "Id": 1, "SupplierReference": "sample string 2", "Title": "sample string 3", "Price": 4.0, "Currency": "sample string 5" } ] } ]