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/

Matters

Operations

MatterCategories

Operations

MatterFiles

Operations

MattersInvoices

Operations

MatterStatusMessage

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": "2024-02-22T07:47:21.0000000+00:00"
  },
  {
    "id": 2,
    "name": "name task template 2",
    "description": "description task template 2",
    "createdDateUtc": "2024-02-22T07:47:21.0000000+00:00"
  }
]

Add a task template to matter

Request

Adds a task template to a matter

Path
matterIdinteger(int32)required

Format - int32. The ID of the matter

Body

The ID of the task template

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

Responses

Success

MatterTasks

Operations