List attachments in the scope of the specific request.
Was this helpful?
#330:
Change request updated 3 months ago
/v1/commerce/requests/{requestId}/attachments
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/attachments'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "type": "text", "description": "text", "filename": "text", "size": 1, "contentType": "text", "request": {} } ] }