List Request Attachments

List attachments in the scope of the specific request.

get
Path parameters
requestIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/commerce/requests/{requestId}/attachments HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "href": "text",
      "name": "text",
      "fileName": "text",
      "fileSize": 1,
      "contentType": "text"
    }
  ]
}

Last updated

Was this helpful?