GetAllTrustedDevices

From Gvp-public
Revision as of 13:14, 18 July 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_Method_Spec| Description=Get All available trusted devices already registered by the user. The trusted device is the device that the user have been used to login by logi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Get All available trusted devices already registered by the user. The trusted device is the device that the user have been used to login by login and password. Once this device is logged it is added to the trusted device list.

This method only can be used by logged user.

Parameters

  • ' (, )


Returns

Returns a JSON object containing a list of TrustedDeviceList object.

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content":
{ Object of TrustedDeviceList }

}


Exceptions


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also