Get Batch Attachment

Get attachment. If the accept header lists 'application/json' first this endpoint returns the attachments metadata. Otherwise, a redirect to download

get
Path parameters
batchIdstringRequired
attachmentIdstringRequired
Responses
200
OK
get
GET /public/v1/notifications/batches/{batchId}/attachments/{attachmentId} 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?