GetUserStorageInfo

From Gvp-public
Revision as of 14:51, 2 June 2014 by Id01213 (talk | contribs) (Created page with "{{Api_Method_Spec| Description= Retrieves storage status from the external platform, as an UserStorageInfo object. If the external platform provides a Network...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Retrieves storage status from the external platform, as an UserStorageInfo object. If the external platform provides a Network PVR service, this method will return total, used and available time measured in minutes or hours. In the case of Remote PVR service availability, this method will provide the total, used and available storage measured in bytes from the connected STB hard disk.

Parameters

  • token (String, required)
A valid token for identifying the API session context and logged user.


Returns

Returns a JSON object with a list of UserStorageInfo.

Example:

{

"Offset": 0,
"Limit": 10,
"Count": 48,
[ Array of UserStorageInfo objects ]

}


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