v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBFiles
Get a file
Retrieves a specified file.
get/matters/{matterId}/documents/files/{fileId}
Path parameters
fileIdstring required
matterIdstring required
Response
When request is successful. Returns a 'File' object.
Example response
{
"id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"name": "court filing",
"fileExtension": ".pdf",
"ownerId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"to": "recipient@email.com",
"from": "sender@email.com",
"dateCreated": "2022-04-23T14:00:00Z",
"dateModified": "2022-04-25T17:00:00Z",
"sizeBytes": 19104768
}