GET api/Device/GetUserDevices

Retreive all devies per current user. *OData

Request Information

URI Parameters

NameDescriptionTypeAdditional information
api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

Collection of TWDevice
NameDescriptionTypeAdditional 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": "2024-05-08T18:42:13.1722598+02:00",
    "Active": true
  },
  {
    "ID": 1,
    "IDUsr": "sample string 2",
    "deviceId": "sample string 3",
    "IDCust": 1,
    "xDeviceInfo": "sample string 4",
    "DatLastModify": "2024-05-08T18:42:13.1722598+02:00",
    "Active": true
  }
]