Loading...
Get an attachment in the scope of the specific request.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{requestId}/attachments/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "type": "text", "description": "text", "filename": "text", "contentType": "text" }