GET
/
matters
/
{matterId}
/
documents
/
files
/
{fileId}
/
download
curl --request GET \
  --url https://api.smokeball.com/matters/{matterId}/documents/files/{fileId}/download \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "fileId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "name": "court filing",
  "fileExtension": ".pdf",
  "downloadUrl": "",
  "expiry": "2022-04-23T14:30:00Z",
  "sizeBytes": 19104768
}

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string
required
fileId
string
required

Query Parameters

versionId
string

Response

200
application/json

When request is successful. Returns a 'DownloadFileInfo' object.

The response is of type object.