GetRecordingSchedule
Revision as of 08:22, 31 October 2014 by Id01213 (talk | contribs) (Created page with "{{Api_Method_Spec| Description= Gets info on a specific recording schedule (returned as a RecordingSchedule object). |Parameters= {{Api_Parameter| Param...")
Description
Gets info on a specific recording schedule (returned as a RecordingSchedule object).
Parameters
- token (String, required)
- A valid token for identifying the API session context and logged user.
- targetDeviceId (int, optional)
- 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 object.
Example:
{
- RecordingSchedule object
}
Exceptions
- None.
Caching
This method is not cached.
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
2.4 | Initial method design |
See also
- RecordingScheduleState enum
- RecordingSchedule object type
- GetAllRecordingSchedule method
- Network_Pvr_Service methods