Apis for files resources
https://api-sandbox.lawvu.com/file-apis/
https://api.lawvu.com/file-apis/
The record type the file in linked to (Matter, Contract, Organisation etc)
Options:
Operator used for filtering (optional)
https://api-sandbox.lawvu.com/file-apis/v1/files
https://api.lawvu.com/file-apis/v1/files
No request payload
No response example
https://api-sandbox.lawvu.com/file-apis/v1/files/{fileId}
https://api.lawvu.com/file-apis/v1/files/{fileId}
No request payload
Success
Options:
No response example
JSON patch definition for the update. Currently only [name] is supported (file rename)
https://api-sandbox.lawvu.com/file-apis/v1/files/{fileId}
https://api.lawvu.com/file-apis/v1/files/{fileId}
[ { "value": {}, "path": "string", "op": "string", "from": "string" } ]
https://api-sandbox.lawvu.com/file-apis/v1/files/{fileId}/download
https://api.lawvu.com/file-apis/v1/files/{fileId}/download
No request payload
The target entity type in LawVu
Options:
The upload details
https://api-sandbox.lawvu.com/file-apis/v1/files/{targetType}/{targetId}
https://api.lawvu.com/file-apis/v1/files/{targetType}/{targetId}
{ "folderId": 0, "isBrowsable": true, "fileData": "string" }
The target of the upload
Options:
The details of the finalisation
Options:
https://api-sandbox.lawvu.com/file-apis/v1/files/{targetType}/{targetId}/uploads/{uploadId}
https://api.lawvu.com/file-apis/v1/files/{targetType}/{targetId}/uploads/{uploadId}
{ "outcome": "Succeeded", "conflictResolution": "Replace", "failureReason": "string", "comments": "string", "isSigned": true }