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": "1e72330a-7356-4057-91b9-91f731fee6b4", "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": "969717b2-b1c6-4f29-8eed-7de8c757ff25", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-12T10:45:32.7088638", "UpdClientTime": "2025-07-12T10:45:32.7088638", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "0ef9ff83-6066-4fe4-8485-0f67be252152", "DTOClientGroup": { "Id": "4b4c8b7a-5ff7-4315-b8cb-da735251183b", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "969717b2-b1c6-4f29-8eed-7de8c757ff25", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-12T10:45:32.7088638", "UpdClientTime": "2025-07-12T10:45:32.7088638", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "0ef9ff83-6066-4fe4-8485-0f67be252152", "DTOClientGroup": { "Id": "4b4c8b7a-5ff7-4315-b8cb-da735251183b", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "4b4c8b7a-5ff7-4315-b8cb-da735251183b", "GroupName": "sample string 2" }, { "Id": "4b4c8b7a-5ff7-4315-b8cb-da735251183b", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "90894ff9-3169-4821-b75f-2b3cf1177692", "ClientId": "39afbccd-4aa6-40cb-b696-1401c5f8e3b0", "ClientIdAssociated": "234d5332-a784-4541-a72f-44dae7219abb" }, { "Id": "90894ff9-3169-4821-b75f-2b3cf1177692", "ClientId": "39afbccd-4aa6-40cb-b696-1401c5f8e3b0", "ClientIdAssociated": "234d5332-a784-4541-a72f-44dae7219abb" } ] }