LawVu Matters (1.0)
Apis for matter resources
Download OpenAPI description
Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/matter-apis/
Production API
https://api.lawvu.com/matter-apis/
- Sandbox API
https://api-sandbox.lawvu.com/matter-apis/v1/matters/tasktemplates
- Production API
https://api.lawvu.com/matter-apis/v1/matters/tasktemplates
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
Response
[
{
"id": 1,
"name": "name task template 1",
"description": "description task template 1",
"createdDateUtc": "2025-01-21T00:44:46.8310951+00:00"
},
{
"id": 2,
"name": "name task template 2",
"description": "description task template 2",
"createdDateUtc": "2025-01-21T00:44:46.8311252+00:00"
}
]
Bodyrequired
- application/json-patch+json
- application/json
- text/json
- application/*+json
The ID of the task template
- Sandbox API
https://api-sandbox.lawvu.com/matter-apis/v1/matters/{matterId}/taskTemplates
- Production API
https://api.lawvu.com/matter-apis/v1/matters/{matterId}/taskTemplates
- Payload
- JavaScript
- Node.js
- C#
- Python
{ "templateId": 1 }