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": "1acdc357-0663-4279-93fc-125fd1c83488", "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": "5a0b4dfb-2388-4055-b88f-7cb39b64831f", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-03T10:40:14.9256992", "UpdClientTime": "2025-07-03T10:40:14.9256992", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "dc9a33df-d230-4297-9af1-489e246dc02f", "DTOClientGroup": { "Id": "8f4339a3-5a3e-4788-99c9-d29b3e2da903", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 }, { "Id": "5a0b4dfb-2388-4055-b88f-7cb39b64831f", "ClientCode": "sample string 2", "Token": "sample string 3", "AddClientTime": "2025-07-03T10:40:14.9256992", "UpdClientTime": "2025-07-03T10:40:14.9256992", "AppName": "sample string 4", "AppVersion": "sample string 5", "ClientGroupsId": "dc9a33df-d230-4297-9af1-489e246dc02f", "DTOClientGroup": { "Id": "8f4339a3-5a3e-4788-99c9-d29b3e2da903", "GroupName": "sample string 2" }, "ClientIpAddress": "sample string 6", "ClientPort": 1 } ], "DTOClientGroups": [ { "Id": "8f4339a3-5a3e-4788-99c9-d29b3e2da903", "GroupName": "sample string 2" }, { "Id": "8f4339a3-5a3e-4788-99c9-d29b3e2da903", "GroupName": "sample string 2" } ], "DTOClientAssociations": [ { "Id": "ddc4c9f1-31a6-4857-8be4-5200d8dec1c4", "ClientId": "ac1e2d0e-4149-4fc9-900f-94f20d98e0be", "ClientIdAssociated": "16a98240-961b-48d7-8487-94a2438623fb" }, { "Id": "ddc4c9f1-31a6-4857-8be4-5200d8dec1c4", "ClientId": "ac1e2d0e-4149-4fc9-900f-94f20d98e0be", "ClientIdAssociated": "16a98240-961b-48d7-8487-94a2438623fb" } ] }