Loading...
Get a single request by ID.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "externalId": "text", "name": "text", "status": "text", "error": "text", "parameters": [], "messages": [ { "id": "text", "href": "text", "type": "text", "content": "text" } ] }