GET
/
api
/
v1
/
license
/
GetLicenseCounts
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/GetLicenseCounts
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Licenses": [
    {
      "Name": "<string>",
      "Type": "<string>",
      "Total": 123,
      "Used": 123,
      "ServiceCounts": [
        {
          "Service": "<string>",
          "Used": 123
        }
      ]
    }
  ]
}

Response

200 - application/json

The response is of type object.