GET api/Entitlement/GetRevoked/{affiliateId}
Gets the revoked entitlements.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
The affiliate identifier. |
integer |
Required |
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
None.
Response Information
Resource Description
Gets the revoked entitlements.
FilmFlex.Platform.Common.API.Contracts.V2.MediaAssetDTOName | Description | Type | Additional information |
---|---|---|---|
AssetType |
Asset Type Description |
string |
None. |
MaterialTitle |
The Title for the particular material |
string |
None. |
MediaUri |
The URI location of the playable assets |
string |
None. |
KeyId |
The Licence Encryption Key ID |
string |
None. |
AspectRatio |
The aspect ratio |
string |
None. |
TranscodeTypeId |
Transcode type Id |
integer |
None. |
TranscodeTypeDescription |
Description name of the transcode type |
string |
None. |
LanguageCodeId |
Language code Id |
integer |
None. |
LanguageCode |
Language code |
string |
None. |
LanguageName |
Language name |
string |
None. |
AlternateUri |
Gets or sets the alternate URI. |
string |
None. |
AmsId |
Gets or sets the ams identifier. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AssetType": "sample string 1", "MaterialTitle": "sample string 2", "MediaUri": "sample string 3", "KeyId": "sample string 4", "AspectRatio": "sample string 5", "TranscodeTypeId": 6, "TranscodeTypeDescription": "sample string 7", "LanguageCodeId": 8, "LanguageCode": "sample string 9", "LanguageName": "sample string 10", "AlternateUri": "sample string 11", "AmsId": "sample string 12" }