GET api/Entitlement/RecentlyViewed/{affiliateId}?currentOnly={currentOnly}&includeMediaItem={includeMediaItem}&skip={skip}&take={take}
Returns the authenticated users Recently Viewed data in reverse chronological order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId | integer |
Required |
|
currentOnly |
Return only items with current offers. Default = true |
boolean |
Default value is True |
includeMediaItem |
Include the Midi Media DTO in the response |
boolean |
Default value is False |
skip |
OBSOLETE Ignored and always = 0 |
integer |
Default value is 0 |
take |
Default = 10 |
integer |
Default value is 10 |
v |
The requested API version |
string |
Required Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
Returns the authenticated users Recently Viewed data in reverse chronological order
Collection of FilmFlex.Platform.Common.Super.Model.V1.RecentlyViewedDTOName | Description | Type | Additional information |
---|---|---|---|
SupplierReference |
The supplier reference for media item viewed |
string |
None. |
LastViewed |
Date and time this entitlement was viewed |
date |
None. |
MediaItemMidiDTO |
Related Media Item (Midi) |
FilmFlex.Platform.Common.API.Contracts.V1.MediaItemMidiDTO |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SupplierReference": "sample string 1", "LastViewed": "2025-09-04T07:10:15.7043548+00:00", "MediaItemMidiDTO": { "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", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 8", "TrailerUri": "sample string 9", "FurnitureBaseUrl": "sample string 10", "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-04T07:10:15.7043548+00:00", "EndAvailability": "2025-09-04T07:10:15.7043548+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 } ], "OfferType": "sample string 7" }, { "Id": 1, "StartAvailability": "2025-09-04T07:10:15.7043548+00:00", "EndAvailability": "2025-09-04T07:10:15.7043548+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 } ], "OfferType": "sample string 7" } ], "AudioDescriptionAvailable": true } }, { "SupplierReference": "sample string 1", "LastViewed": "2025-09-04T07:10:15.7043548+00:00", "MediaItemMidiDTO": { "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", "Cast": [ { "Type": "sample string 1", "FullName": "sample string 2" }, { "Type": "sample string 1", "FullName": "sample string 2" } ], "NewsletterSynopsis": "sample string 8", "TrailerUri": "sample string 9", "FurnitureBaseUrl": "sample string 10", "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-04T07:10:15.7043548+00:00", "EndAvailability": "2025-09-04T07:10:15.7043548+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 } ], "OfferType": "sample string 7" }, { "Id": 1, "StartAvailability": "2025-09-04T07:10:15.7043548+00:00", "EndAvailability": "2025-09-04T07:10:15.7043548+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 } ], "OfferType": "sample string 7" } ], "AudioDescriptionAvailable": true } } ]