List Product Media

Get a list of media for a product.

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

Success

Body
$metaobject
dataarray of ProductMediaQueryModel (object)
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/media', {
    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"
    }
  ]
}

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.

Change request #498: