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": "72aeec30-b3bf-4664-82e7-048ab4c54520",
"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": "53a15dd6-8768-4aa5-9ba6-770d614daeab",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-03-22T16:05:19.2275366",
"UpdClientTime": "2026-03-22T16:05:19.2275366",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "ff60f529-c084-48f0-8319-954f9f600878",
"DTOClientGroup": {
"Id": "541bb21c-9440-4a43-8d03-76f9ecb9e5ab",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "53a15dd6-8768-4aa5-9ba6-770d614daeab",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2026-03-22T16:05:19.2275366",
"UpdClientTime": "2026-03-22T16:05:19.2275366",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "ff60f529-c084-48f0-8319-954f9f600878",
"DTOClientGroup": {
"Id": "541bb21c-9440-4a43-8d03-76f9ecb9e5ab",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
],
"DTOClientGroups": [
{
"Id": "541bb21c-9440-4a43-8d03-76f9ecb9e5ab",
"GroupName": "sample string 2"
},
{
"Id": "541bb21c-9440-4a43-8d03-76f9ecb9e5ab",
"GroupName": "sample string 2"
}
],
"DTOClientAssociations": [
{
"Id": "937d54b9-e27e-4565-8417-715a439a0a28",
"ClientId": "edd4be8d-2925-4de5-be99-d6003a35bdad",
"ClientIdAssociated": "52523323-55a6-4f60-b58e-f86cf8bae34f"
},
{
"Id": "937d54b9-e27e-4565-8417-715a439a0a28",
"ClientId": "edd4be8d-2925-4de5-be99-d6003a35bdad",
"ClientIdAssociated": "52523323-55a6-4f60-b58e-f86cf8bae34f"
}
]
}