Get a list of products that the license manager works with


GET /v1.0/lm/products

Returns the products array:

"products": [
{
       "modification": 0,
       "name": "test rdp 3",
       "productNumber": 11,
       "vendor": {
                "publicCode": 1368487351,
                "publicCodeText": "DEMONVK"
            }
}
]
  • No labels