v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBInvoices
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.
Example response
{
"invoiceId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"versionId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"expiry": "2022-04-23T14:30:00Z",
"status": "Draft"
}