curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/Licenses
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"LicenseTypes": [
{
"ID": "<string>",
"Name": "<string>",
"ApplicationType": "<string>",
"Total": 123,
"Used": 123,
"IsDemo": true,
"ValidFrom": "2023-11-07T05:31:56Z",
"ValidUntil": "2023-11-07T05:31:56Z",
"Restricted": true,
"Elements": [
"<string>"
]
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/Licenses
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"LicenseTypes": [
{
"ID": "<string>",
"Name": "<string>",
"ApplicationType": "<string>",
"Total": 123,
"Used": 123,
"IsDemo": true,
"ValidFrom": "2023-11-07T05:31:56Z",
"ValidUntil": "2023-11-07T05:31:56Z",
"Restricted": true,
"Elements": [
"<string>"
]
}
]
}
The response is of type object
.