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": "c430bd8e-42b8-4365-9271-a21b84430b1b",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"CompID": "sample string 4",
"ComputerType": "sample string 5",
"Authenticated": true,
"AuthenticatedBy": "sample string 6",
"AuthenticatedAt": "2026-04-03T18:09:52.0892028+07:00",
"NeedUpdateERPConfig": true,
"ChangedStatus": 7
},
{
"GuidID": "c430bd8e-42b8-4365-9271-a21b84430b1b",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"CompID": "sample string 4",
"ComputerType": "sample string 5",
"Authenticated": true,
"AuthenticatedBy": "sample string 6",
"AuthenticatedAt": "2026-04-03T18:09:52.0892028+07:00",
"NeedUpdateERPConfig": true,
"ChangedStatus": 7
}
]