GET api/ClientAuthenticated/GetAllDataItem
Request Information
URI Parameters
None.
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": "8ee10777-a4bc-492d-b8f4-40df9c705c16",
"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:18.1059176+07:00",
"NeedUpdateERPConfig": true,
"ChangedStatus": 7
},
{
"GuidID": "8ee10777-a4bc-492d-b8f4-40df9c705c16",
"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:18.1059176+07:00",
"NeedUpdateERPConfig": true,
"ChangedStatus": 7
}
]