POST api/ClientHello
Request Information
URI Parameters
None.
Body Parameters
DTOHello| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientCode | string |
Required |
|
| ClientGroupId | globally unique identifier |
Required |
|
| AppName | string |
Required |
|
| AppVersion | string |
Required |
|
| ClientIpAddress | string |
None. |
|
| ClientPort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientCode": "sample string 1",
"ClientGroupId": "e3c45ced-95b0-4d34-96cd-396ee55e9222",
"AppName": "sample string 3",
"AppVersion": "sample string 4",
"ClientIpAddress": "sample string 5",
"ClientPort": 6
}
Response Information
Resource Description
DTOResponseHello| Name | Description | Type | Additional information |
|---|---|---|---|
| DTOClients |
Ritorna i client del mio gruppo |
Collection of DTOClient |
None. |
| DTOClientGroups |
Il mio gruppo |
Collection of DTOClientGroup |
None. |
| DTOClientAssociations |
Le associazione del mio ClientId |
Collection of DTOClientAssociation |
None. |
Response Formats
application/json, text/json
Sample:
{
"DTOClients": [
{
"Id": "af718e16-f17a-4a95-82ea-31127a4d1461",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T17:38:32.9227901",
"UpdClientTime": "2026-09-18T17:38:32.9227901",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "239a5aa5-ff71-46f2-8d49-ffff6950067c",
"DTOClientGroup": {
"Id": "4ecee543-4ba8-4e0e-a678-7b8d933dfd3d",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "af718e16-f17a-4a95-82ea-31127a4d1461",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-09-18T17:38:32.9227901",
"UpdClientTime": "2026-09-18T17:38:32.9227901",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "239a5aa5-ff71-46f2-8d49-ffff6950067c",
"DTOClientGroup": {
"Id": "4ecee543-4ba8-4e0e-a678-7b8d933dfd3d",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
],
"DTOClientGroups": [
{
"Id": "4ecee543-4ba8-4e0e-a678-7b8d933dfd3d",
"GroupName": "sample string 2"
},
{
"Id": "4ecee543-4ba8-4e0e-a678-7b8d933dfd3d",
"GroupName": "sample string 2"
}
],
"DTOClientAssociations": [
{
"Id": "edabc4fd-3a93-42a5-a46c-0f93a2dac0aa",
"ClientId": "20af8cce-1f50-4473-bd7a-a021301be338",
"ClientIdAssociated": "785869ff-6b40-465a-8934-8413b62f8da5"
},
{
"Id": "edabc4fd-3a93-42a5-a46c-0f93a2dac0aa",
"ClientId": "20af8cce-1f50-4473-bd7a-a021301be338",
"ClientIdAssociated": "785869ff-6b40-465a-8934-8413b62f8da5"
}
]
}