curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/summary
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Summary": {
"Licensee": "<string>",
"ProductKey": "<string>",
"ViewerOfflineDays": 123,
"Applications": [
{
"Name": "<string>",
"Type": "<string>",
"IsUserLicense": true,
"Licenses": [
{
"Id": "<string>",
"Total": 123,
"Used": 123,
"IsDemo": true,
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
],
"Id": "<string>"
}
],
"Contracts": [
{
"Type": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
]
}
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/summary
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Summary": {
"Licensee": "<string>",
"ProductKey": "<string>",
"ViewerOfflineDays": 123,
"Applications": [
{
"Name": "<string>",
"Type": "<string>",
"IsUserLicense": true,
"Licenses": [
{
"Id": "<string>",
"Total": 123,
"Used": 123,
"IsDemo": true,
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
],
"Id": "<string>"
}
],
"Contracts": [
{
"Type": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
]
}
}
The response is of type object
.