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": "040b680b-8597-4484-aea7-95e4ba0c6000", "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": "4959d02f-436d-4931-a675-0d3788ef6b77", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-14T16:13:56.1356333", "UpdClientTime": "2025-09-14T16:13:56.1356333", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "0c24605c-bcf5-421d-89b9-cf85de35e335", "DTOClientGroup": { "Id": "879dae70-0a44-4e56-b28c-8dfe2bcdfac6", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "4959d02f-436d-4931-a675-0d3788ef6b77", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-09-14T16:13:56.1356333", "UpdClientTime": "2025-09-14T16:13:56.1356333", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "0c24605c-bcf5-421d-89b9-cf85de35e335", "DTOClientGroup": { "Id": "879dae70-0a44-4e56-b28c-8dfe2bcdfac6", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "879dae70-0a44-4e56-b28c-8dfe2bcdfac6", "GroupName": "sample string 2" }, { "Id": "879dae70-0a44-4e56-b28c-8dfe2bcdfac6", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "6a360545-0132-4ad3-9a29-68616ecebd20", "ClientId": "d0bfe288-c2d3-4cbd-9b0e-0f605e197970", "ClientIdAssociated": "cf2b695f-fa31-4531-8c3a-25aa65bc9962" }, { "Id": "6a360545-0132-4ad3-9a29-68616ecebd20", "ClientId": "d0bfe288-c2d3-4cbd-9b0e-0f605e197970", "ClientIdAssociated": "cf2b695f-fa31-4531-8c3a-25aa65bc9962" } ] }