Gets a list of files in LawVu (with filters)
Success
null
Upload a file to LawVu. The body of the post should be the contents of the file.
The upload details
Success
{- "folderId": 0,
- "isBrowsable": true,
- "fileData": "string"
}
null
(communicate the outcome) of an individual file upload (which may be one of a set of files being uploaded)
The details of the finalisation
Success
{- "outcome": "Failed",
- "conflictResolution": "Replace",
- "failureReason": "string",
- "comments": "string",
- "isSigned": true
}
null
Gets a list of folders in LawVu
Success
[ { "id": 1, "name": "Folder 1 test" }, { "id": 2, "name": "Folder 2 test" } ]
Creates a folder within a entity, optionally as a subfolder
Details of the folder to create
Success
{- "name": "New Folder",
- "parentFolderId": 4375767
}
null