Difference between revisions of "GetEpgVersion (Blender)"
Jump to navigation
Jump to search
(Created page with "{{Api_Method_Spec| Description=Returns the date-time of the current EPG. DateTime value type represents dates and times measured in 100-nanosecond units called ticks, and a p...") |
|||
| Line 17: | Line 17: | ||
{ | { | ||
| − | : | + | "StatusCode": 0, |
| + | "Severity": 1, | ||
| + | "StatusMessage": "OK", | ||
| + | "Content": 1761967864 | ||
} | } | ||
| Line 38: | Line 41: | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! 1.0 | ! 1.0 | ||
| − | {{!}} Initial method | + | {{!}} Initial method documentation (for Blender) |
| − | {{!}} | + | {{!}} Rafael Morón |
{{!}}} | {{!}}} | ||
Revision as of 08:17, 3 November 2025
Description
Returns the date-time of the current EPG. DateTime value type represents dates and times measured in 100-nanosecond units called ticks, and a particular date is the number of ticks since 12:00 midnight, January 1, 0001 A.D. (C.E.) in the GregorianCalendar calendar.
Parameters
- token (String, required)
- A valid token for identifying the API session context and logged user.
Returns
Returns a JSON object with date-time of the EPG.
Example:
{
"StatusCode": 0, "Severity": 1, "StatusMessage": "OK", "Content": 1761967864
}
Exceptions
- None.
Caching
This method is not cached.
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial method documentation (for Blender) | Rafael Morón |
See also
- Epg Service methods