Difference between revisions of "GetTrustedDevices"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Method_Spec| Description=Get the available trusted devices already registered by the user that has the Type id sent in the request. The request only can be did by logge...")
 
(No difference)

Latest revision as of 15:35, 18 July 2014

Description

Get the available trusted devices already registered by the user that has the Type id sent in the request.

The request only can be did by logged user.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • trustedDeviceTypeId (int, required)
Type number for device wants to get in request.


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