GET api/Device/GetUserDevices
Retreive all devies per current user. *OData
Request Information
URI Parameters
None.
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": "2026-03-11T05:41:28.9497648+01:00",
"Active": true
},
{
"ID": 1,
"IDUsr": "sample string 2",
"deviceId": "sample string 3",
"IDCust": 1,
"xDeviceInfo": "sample string 4",
"DatLastModify": "2026-03-11T05:41:28.9497648+01:00",
"Active": true
}
]