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
}
]
}
]
}
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
}
]
}
]
}
The response is of type object
.