1,360 bytes added
, 08:22, 31 October 2014
{{Api_Method_Spec|
Description= Gets info on a specific recording schedule (returned as a [[RecordingSchedule|RecordingSchedule]] object).
|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=targetDeviceId
|ParamType=int
|ParamRequired=optional
|ParamDescription=Allows identifying the user's device (STB) on which the application will be applied, in the case that several DVR devices may exist in the household (does not apply to MiView and Mediaroom)
}}
|Returns=
Returns a [[RecordingSchedule|RecordingSchedule]] object.
'''Example:'''
{
: [[RecordingSchedule|RecordingSchedule]] object
}
|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"
! 2.4
{{!}} Initial method design
{{!}}
{{!}}}
|SeeAlso=
* [[RecordingScheduleState|RecordingScheduleState]] enum
* [[RecordingSchedule|RecordingSchedule]] object type
* [[GetAllRecordingSchedule|GetAllRecordingSchedule]] method
* [[UNIAPI_Specification#Network_Pvr_Service|Network_Pvr_Service]] methods
}}