GET api/v1/partners/clients
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ClientViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Items | Collection of ClientModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Items": [
{
"id": 1,
"clientName": "sample string 2",
"partnerClientId": "sample string 3",
"isActive": true,
"globalSettings": {
"customLogoPath": "sample string 1",
"headerLinksColorCode": "sample string 2",
"headerColorCode": "sample string 3"
}
},
{
"id": 1,
"clientName": "sample string 2",
"partnerClientId": "sample string 3",
"isActive": true,
"globalSettings": {
"customLogoPath": "sample string 1",
"headerLinksColorCode": "sample string 2",
"headerColorCode": "sample string 3"
}
}
]
}