v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Invoices

Get download url for an invoice

Retrieves download details for a specified invoice.

get/matters/{matterId}/invoices/{invoiceId}/download

Path parameters

matterIdstring required
invoiceIdstring required

Response

When request is successful. Returns an 'InvoiceFileInfo' object.

invoiceIdstring nullable

Unique identifier of the requested invoice

versionIdstring nullable

Unique identifier of the invoice version

downloadUrlstring nullable

Link to download file

expirystring date-time

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

statusstring nullable

Current status of the invoice

Example response

{
  "invoiceId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "versionId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "expiry": "2022-04-23T14:30:00Z",
  "status": "Draft"
}