GET
/
api
/
v1
/
Viewer
/
Licenses
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>"
      ]
    }
  ]
}

Response

200 - application/json

The response is of type object.