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": "332d7c6b-c7b1-4953-9801-43c3aefdb061",
"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": "cea17c09-b28a-4c8c-8f1d-12ba460654dc",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2025-12-22T15:05:00.9230874",
"UpdClientTime": "2025-12-22T15:05:00.9230874",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "78ace353-ed9e-4d09-8524-6d124b05124f",
"DTOClientGroup": {
"Id": "6436a6cf-db38-4594-a3f7-b0fca176e6f5",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
},
{
"Id": "cea17c09-b28a-4c8c-8f1d-12ba460654dc",
"ClientCode": "sample string 2",
"Token": "sample string 3",
"AddClientTime": "2025-12-22T15:05:00.9230874",
"UpdClientTime": "2025-12-22T15:05:00.9230874",
"AppName": "sample string 4",
"AppVersion": "sample string 5",
"ClientGroupsId": "78ace353-ed9e-4d09-8524-6d124b05124f",
"DTOClientGroup": {
"Id": "6436a6cf-db38-4594-a3f7-b0fca176e6f5",
"GroupName": "sample string 2"
},
"ClientIpAddress": "sample string 6",
"ClientPort": 1
}
],
"DTOClientGroups": [
{
"Id": "6436a6cf-db38-4594-a3f7-b0fca176e6f5",
"GroupName": "sample string 2"
},
{
"Id": "6436a6cf-db38-4594-a3f7-b0fca176e6f5",
"GroupName": "sample string 2"
}
],
"DTOClientAssociations": [
{
"Id": "e896a01a-10e3-4e43-bb16-6392b43e837c",
"ClientId": "c09dfec5-60d4-457a-b2f0-31165f0491cd",
"ClientIdAssociated": "1dcb5190-0f7c-476a-a9b7-b56feee6f70a"
},
{
"Id": "e896a01a-10e3-4e43-bb16-6392b43e837c",
"ClientId": "c09dfec5-60d4-457a-b2f0-31165f0491cd",
"ClientIdAssociated": "1dcb5190-0f7c-476a-a9b7-b56feee6f70a"
}
]
}