Get user's devices
Latest update: October 31st, 2019
The following use case is assumed:
- Group owner: available only to users in the authorized group for the API requesting the service.
Description | |
---|---|
SERVICE | USER'S DEVICES |
URL | |
SECURITY | YES |
METHOD | GET |
RESPONSE | 200: HTTP status code 200/OK – Request received |
Response content type: application/json
Where you will find the object list DEVICES
.
[
{
"appCode": "string",
"code": "string",
"description": "string",
"locale": "string",
"status": " string ",
"token": "string",
"uniqueIdentifier": "string",
"type": "string",
"userEmail": "string",
"userCode": "string",
"userNationalId": "string"
}
]
Alternative responses in case of error: HTTP status codes other than 200/OK will be returned. In that case a JSON describing the problem will always be returned:
{
"code": "string",
"type": "string",
"message": "string",
"trace" : "string"
}
results matching ""
No results matching ""