List Documents

Lists all documents based on filter criteria.

GEThttps://api.platform.softwareone.com/public/v1/products/{productId}/documents
Path parameters
productId*string
Response

Success

Body
$metaobject
dataarray of ProductDocumentQueryModel (object)
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/documents', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "data": [
    {
      "id": "text",
      "href": "text",
      "name": "text",
      "type": "text",
      "description": "text",
      "status": "text",
      "filename": "text",
      "contentType": "text",
      "url": "text",
      "language": "text"
    }
  ]
}

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.