GET api/Device/GetUserDevices
Retreive all devies per current user. *OData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of TWDevice| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDUsr | string |
Required Max length: 128 String length: inclusive between 0 and 128 |
|
| deviceId | string |
Required Max length: 255 String length: inclusive between 0 and 255 |
|
| IDCust | integer |
None. |
|
| xDeviceInfo | string |
Data type: MultilineText |
|
| DatLastModify | date |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"IDUsr": "sample string 2",
"deviceId": "sample string 3",
"IDCust": 1,
"xDeviceInfo": "sample string 4",
"DatLastModify": "2025-11-01T08:27:32.7031593+01:00",
"Active": true
},
{
"ID": 1,
"IDUsr": "sample string 2",
"deviceId": "sample string 3",
"IDCust": 1,
"xDeviceInfo": "sample string 4",
"DatLastModify": "2025-11-01T08:27:32.7031593+01:00",
"Active": true
}
]