Get Request Attachment

Get an attachment in the scope of the specific request.

get
Path parameters
requestIdstringRequired
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
get
GET /public/v1/commerce/requests/{requestId}/attachments/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "href": "text",
  "name": "text",
  "fileName": "text",
  "fileSize": 1,
  "contentType": "text"
}

Last updated

Was this helpful?