List Products

Get a list of products.

GEThttps://api.platform.softwareone.com/public/v1/products
Response

Success

Body
$metaobject
dataarray of ProductQueryModel (object)
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/products', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "data": [
    {
      "id": "text",
      "href": "text",
      "name": "text",
      "shortDescription": "text",
      "longDescription": "text",
      "website": "text",
      "icon": "text",
      "status": "text"
    }
  ]
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.