POST api/ClientHello
Request Information
URI Parameters
None.
Body Parameters
DTOHelloName | 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": "9e31fc53-59cc-4e97-a221-f7994b635934", "AppName": "sample string 3", "AppVersion": "sample string 4", "ClientIpAddress": "sample string 5", "ClientPort": 6 }
Response Information
Resource Description
DTOResponseHelloName | 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": "3b666e72-0669-46dd-acd7-ae518ec4c224", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-17T12:17:58.4868087", "UpdClientTime": "2025-09-17T12:17:58.4868087", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "8a408038-4ddd-4c5a-abd8-ae6915bc29f0", "DTOClientGroup": { "Id": "aabd1c0a-52d5-4bf8-bb43-d7b1bcd8cae0", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "3b666e72-0669-46dd-acd7-ae518ec4c224", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-17T12:17:58.4868087", "UpdClientTime": "2025-09-17T12:17:58.4868087", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "8a408038-4ddd-4c5a-abd8-ae6915bc29f0", "DTOClientGroup": { "Id": "aabd1c0a-52d5-4bf8-bb43-d7b1bcd8cae0", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "aabd1c0a-52d5-4bf8-bb43-d7b1bcd8cae0", "GroupName": "sample string 2" }, { "Id": "aabd1c0a-52d5-4bf8-bb43-d7b1bcd8cae0", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "7214c7bb-d398-4ca0-aedb-744a35152248", "ClientId": "0ed897a3-f2e2-43d3-8c9f-c1150c3f311e", "ClientIdAssociated": "1cee69b4-f2fb-43db-a579-91dd9a786dfd" }, { "Id": "7214c7bb-d398-4ca0-aedb-744a35152248", "ClientId": "0ed897a3-f2e2-43d3-8c9f-c1150c3f311e", "ClientIdAssociated": "1cee69b4-f2fb-43db-a579-91dd9a786dfd" } ] }