GetTrustedDevices
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 |