GET api/ClientAuthenticated/GetDataItemFollowDeviceID?DeviceID={DeviceID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ClientAuthenticatedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| CompName | string |
None. |
|
| CompInfo | string |
None. |
|
| CompID | string |
None. |
|
| ComputerType | string |
None. |
|
| Authenticated | boolean |
None. |
|
| AuthenticatedBy | string |
None. |
|
| AuthenticatedAt | date |
None. |
|
| NeedUpdateERPConfig | boolean |
None. |
|
| ChangedStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "4a282dde-0260-4ca9-84da-bfd1d0b0a964",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"CompID": "sample string 4",
"ComputerType": "sample string 5",
"Authenticated": true,
"AuthenticatedBy": "sample string 6",
"AuthenticatedAt": "2026-01-29T16:24:22.7115531+07:00",
"NeedUpdateERPConfig": true,
"ChangedStatus": 7
},
{
"GuidID": "4a282dde-0260-4ca9-84da-bfd1d0b0a964",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"CompID": "sample string 4",
"ComputerType": "sample string 5",
"Authenticated": true,
"AuthenticatedBy": "sample string 6",
"AuthenticatedAt": "2026-01-29T16:24:22.7115531+07:00",
"NeedUpdateERPConfig": true,
"ChangedStatus": 7
}
]