GET api/Clients
Gets the list of all clients.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of clients.
Collection of ClientName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Passaport | string |
None. |
|
FullName | string |
None. |
|
string |
None. |
||
Contact | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Passaport": "sample string 2", "FullName": "sample string 3", "Email": "sample string 4", "Contact": "sample string 5" }, { "Id": 1, "Passaport": "sample string 2", "FullName": "sample string 3", "Email": "sample string 4", "Contact": "sample string 5" } ]