GetTrustedDevices

From Gvp-public
Revision as of 15:35, 18 July 2014 by Rcalvo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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