{ "opencollection": "1.0.0", "info": { "name": "LawVu Account Auth Folders API", "version": "1.0" }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "Get folders", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.lawvu.com/account-apis/v1/folders", "params": [ { "name": "recordId", "value": "", "type": "query", "description": "The record ID the folders are linked to" }, { "name": "recordType", "value": "", "type": "query", "description": "The record type the folders are linked to (Matter, Contract, Organisation etc)

Options:

" }, { "name": "parentFolderId", "value": "", "type": "query", "description": "Returns folders under the specified parentd folder ID otherwise it returns them from the root folder" } ] }, "docs": "Gets a list of folders in LawVu" }, { "info": { "name": "Create folder", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.lawvu.com/account-apis/v1/folders/:targetType/:targetId", "params": [ { "name": "targetType", "value": "", "type": "path", "description": "The target type the folder should be created in

Options:

" }, { "name": "targetId", "value": "", "type": "path", "description": "The target entity in LawVu" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a folder within a entity, optionally as a subfolder" } ] } ], "bundled": true }