List Request Messages

GEThttps://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/messages
Path parameters
requestId*string
Response

Success

Body
$metaobject
dataarray of RequestMessageQueryModel (object)
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/messages', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "data": [
    {
      "id": "text",
      "href": "text",
      "type": "text",
      "content": "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.