2,165 bytes added
, 09:33, 25 November 2019
{{Api_Method_Spec|
Description=Returns different timestamps for each user info
Currently only Recordings Timestamp is fully working, the rest of then CAN NOT be used
Devices should cache recordings info based on this timestamp, while it is not modified, the users recordings from cache are valid
This method should be consumed through one of these approach:
- Action based: When a action is performed from the devices and it may show recordings info: Access to EPG, Recordings section, etc.
- Pol-ing in background each X minutes (configurable parameter required)
This method only can be used by logged user.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
|Returns=
Returns a JSON object containning different timestamps
'''Example:'''
{
: <span style="color: #a11;">"StatusCode"</span>: <span style="color: #164;">0</span>,
: <span style="color: #a11;">"Severity"</span>: <span style="color: #164;">1</span>,
: <span style="color: #a11;">"StatusMessage"</span>: <span style="color: #164;">"OK"</span>,
: <span style="color: #a11;">"Content"</span>: <span style="color: #219;">{</span>
: <span style="color: #a11;">"Pins"</span>: <span style="color: #219;">1574415643</span>
: <span style="color: #a11;">"Recordings"</span>: <span style="color: #219;">1574674243</span>
: <span style="color: #a11;">"Rights"</span>: <span style="color: #219;">1609459206</span>
: <span style="color: #a11;">"Services"</span>: <span style="color: #219;">1574415643</span>
: <span style="color: #a11;">"Tags"</span>: <span style="color: #219;">1574415643</span>
: <span style="color: #a11;">}</span>
}
|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"
! 7.1.drop2
{{!}} Initial method design
{{!}} José Manuel Escartín
{{!}}}
|SeeAlso=
}}