Apis for files resources
https://api-sandbox.lawvu.com/file-apis/
https://api.lawvu.com/file-apis/
The record type the folders are linked to (Matter, Contract, Organisation etc)
Options:
https://api-sandbox.lawvu.com/file-apis/v1/folders
https://api.lawvu.com/file-apis/v1/folders
No request payload
[
{
"id": 1,
"name": "Folder 1 test"
},
{
"id": 2,
"name": "Folder 2 test"
}
]
Details of the folder to create
https://api-sandbox.lawvu.com/file-apis/v1/folders/{targetType}/{targetId}
https://api.lawvu.com/file-apis/v1/folders/{targetType}/{targetId}
{ "name": "New Folder", "parentFolderId": 4375767 }