LawVu Matters (1.0)

Apis for matter resources

Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/matter-apis/
Production API
https://api.lawvu.com/matter-apis/

MatterCategories

Operations

MatterFiles

Operations

Matters

Operations

MattersInvoices

Operations

MatterStatusMessage

Operations

MatterTasks

Operations

MatterTaskTemplates

Operations

Get task templates

Request

Gets task templates

No request payload

Responses

Success

BodyArray [
idinteger(int32)
namestring or null
descriptionstring or null
createdDateUtcstring(date-time)
]
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"
  }
]

Add a task template to matter

Request

Adds a task template to a matter

Path
matterIdinteger(int32)required

The ID of the matter

Bodyrequired

The ID of the task template

templateIdinteger(int32)required
{ "templateId": 1 }

Responses

No Content