v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Files

Get download url for a file

Retrieves download details for a specified matter file.

get/matters/{matterId}/documents/files/{fileId}/download

Path parameters

matterIdstring required
fileIdstring required

Query parameters

versionIdstring

Response

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

fileIdstring nullable

Unique identifier of the requested file

namestring nullable

Name of the file, excluding file extension.

fileExtensionstring nullable

Extension of the file.

downloadUrlstring nullable

Temporary Link to download file

expirystring date-time

Expiry date/time when the download link is no longer accessible

sizeBytesinteger

Size of the requested file (in bytes)

Example response

{
  "fileId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "name": "court filing",
  "fileExtension": ".pdf",
  "expiry": "2022-04-23T14:30:00Z",
  "sizeBytes": 19104768
}