curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/information
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"LicenseInformation": {
"LicenseSummary": {
"Licensee": "<string>",
"ProductKey": "<string>",
"ViewerOfflinePeriod": "<string>",
"Applications": [
{
"Name": "<string>",
"Licenses": [
{
"Total": 123,
"Used": 123,
"IsDemo": true,
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
]
}
],
"Contracts": [
{
"Type": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
]
},
"CustomerInfo": {
"Company": "<string>",
"Address": "<string>",
"City": "<string>",
"Zipcode": "<string>",
"Country": "<string>",
"Website": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Phone": "<string>",
"Email": "<string>",
"EulaVersion": "<string>",
"AcceptedEula": true,
"AcceptedGDPR": true
}
}
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.License/api/v1/license/information
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"LicenseInformation": {
"LicenseSummary": {
"Licensee": "<string>",
"ProductKey": "<string>",
"ViewerOfflinePeriod": "<string>",
"Applications": [
{
"Name": "<string>",
"Licenses": [
{
"Total": 123,
"Used": 123,
"IsDemo": true,
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
]
}
],
"Contracts": [
{
"Type": "<string>",
"StartDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z"
}
]
},
"CustomerInfo": {
"Company": "<string>",
"Address": "<string>",
"City": "<string>",
"Zipcode": "<string>",
"Country": "<string>",
"Website": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Phone": "<string>",
"Email": "<string>",
"EulaVersion": "<string>",
"AcceptedEula": true,
"AcceptedGDPR": true
}
}
}
The response is of type object
.