1,168 bytes added
, 15:00, 2 June 2014
{{Api_Method_Spec|
Description=Returns the AES Key used for the DRM protection of the content (live channel ID, CDN Live ID).
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
{{Api_Parameter|
ParamName=liveChannelId
|ParamType=int
|ParamRequired=required
|ParamDescription=Live Channel ID
}}
{{Api_Parameter|
ParamName=cdnLiveId
|ParamType=int
|ParamRequired=required
|ParamDescription=CDN Live ID
}}
|Returns=
Returns a JSON object with the string of the AES Key.
'''Example:'''
{
: "Content": "GdBP0Z8j1dJO8fw9b5pa4dqayl59oWnhqrDdkG7Y_99v5eaoxsoh1m942M-WByH446EQZk390jxk8UKktirKxoSKE7e6JWS..."
}
|Exceptions=
* None.
|Cache=
This method is not cached.
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial method design
{{!}} Harley Cabral
{{!}}}
|SeeAlso=
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
}}