The next generation of the LawVu API.
https://api-sandbox.lawvu.com/
https://api.lawvu.com/
https://api-sandbox.lawvu.com/v2/matters/{matterId}
https://api.lawvu.com/v2/matters/{matterId}
No request payload
OK
A system generated identifier of the matter. Also known as "LawVu ID" or "Matter Number"
A unique user defined identifier that can be used to reference another system
The collection of fields associated with the matter
The user defined name of the matter
When simple ticketing is enabled for the organization then the Name is going to be optional and will default to simple ticketing rules, otherwise is required.
Is the matter only available to members An indicator where the matter requires membership to access
The current status of the matter
{ "created": { "dateUtc": "2024-12-25T00:00:00Z", "user": { … }, "userName": "api.developer@lawvu.com" }, "displayId": "LV0001-0001", "externalId": "external-01", "fields": { "my_text_field": "my text value", "my_decimal_field": 78659.84, "my_boolean_field": true, "my_date_field": "2025-05-06", "my_option_field": { … }, "my_multioption_field": [ … ], "my_user_field": { … } }, "id": 1056, "name": "My matter", "owner": { "email": "api.developer@lawvu.com", "firstName": "Api", "id": "f0f1e06e-3005-4093-af7f-1934d55617e1", "lastName": "Developer", "organizationId": 8134 }, "restricted": false, "status": "Active", "teamAssigned": { "id": 469, "name": "Legal - Commercial" }, "type": { "id": 7492, "name": "NDA" } }
A unique user defined identifier that can be used to reference another system
The collection of fields associated with the matter
The user defined name of the matter
When simple ticketing is enabled for the organization then the Name is going to be optional and will default to simple ticketing rules, otherwise is required.
Is the matter only available to members An indicator where the matter requires membership to access
The current status of the matter
https://api-sandbox.lawvu.com/v2/matters/{matterId}
https://api.lawvu.com/v2/matters/{matterId}
{ "externalId": "string", "fields": { "my_text_field": "my text value", "my_decimal_field": 78659.84, "my_boolean_field": true, "my_date_field": "2025-05-06", "my_option_field": { … }, "my_multioption_field": [ … ], "my_user_field": { … } }, "manager": { "intakeOrganization": { … }, "user": { … } }, "name": "string", "owner": { "id": "f0f1e06e-3005-4093-af7f-1934d55617e1" }, "restricted": false, "status": "Draft", "teamAssigned": { "id": 469 } }
The type of the matter
A unique user defined identifier that can be used to reference another system
The collection of fields associated with the matter
The user defined name of the matter
When simple ticketing is enabled for the organization then the Name is going to be optional and will default to simple ticketing rules, otherwise is required.
Is the matter only available to members An indicator where the matter requires membership to access
https://api-sandbox.lawvu.com/v2/matters
https://api.lawvu.com/v2/matters
{ "type": { "id": 7492 }, "externalId": "external-01", "fields": { "my_text_field": "my text value", "my_decimal_field": 78659.84, "my_boolean_field": true, "my_date_field": "2025-05-06", "my_option_field": { … }, "my_multioption_field": [ … ], "my_user_field": { … } }, "name": "My matter", "owner": { "id": "f0f1e06e-3005-4093-af7f-1934d55617e1" }, "restricted": false, "teamAssigned": { "id": 469 } }
{ "id": 1056 }
https://api-sandbox.lawvu.com/v2/matters/{matterId}/files/{fileId}
https://api.lawvu.com/v2/matters/{matterId}/files/{fileId}
No request payload
{ "contentType": "text/plain", "created": { "dateUtc": "2024-12-25T00:00:00Z", "user": { … }, "userName": "api.developer@lawvu.com" }, "displayId": "LV0001-0000123.1", "folder": { "id": 786, "name": "Drafts" }, "id": 9456, "modified": { "dateUtc": "2024-12-25T00:00:00Z", "userName": "api.developer@lawvu.com" }, "name": "document.txt", "resource": { "id": 78914, "type": "Contract" }, "restricted": false, "size": 18139, "version": 3 }
https://api-sandbox.lawvu.com/v2/matterTypes
https://api.lawvu.com/v2/matterTypes
No request payload
{ "items": [ { … } ] }