API to get Data needed to display on the Proxies Panel

GET /cs-close-api/dashboard/proxies-panel

This API is used for getting total count of proxy assigned either as an owner or as an proxy. Thus, two numbers are returned, a total count of proxies the user assigned to others, and a total count of of users who assigned the user as a proxy.

Responses

GET /cs-close-api/dashboard/proxies-panel
curl \
 --request GET 'http://close-service:8082/cs-close-api/dashboard/proxies-panel'
Response examples (200)
{
  "ownerCount": 42,
  "proxyCount": 42
}