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

Upload file

Request

Add or update a file in a matter.

The body of the request must be content-type 'multipart/form-data' and contain the file data.

Path
matterIdinteger(int32)required

The id of the matter

Query
commentsstring

Comments to be added to the file

parentFileIdinteger(int32)

Creates a new version for the specified parent file id

folderIdinteger(int32)

The id of the folder to upload the file within

conflictResolutionstring

Defines behaviour for when a file conflict is found

Options:

  • Replace
  • KeepBoth
  • SaveVersion
  • Skip

Enum"Replace""KeepBoth""SaveVersion""Skip"
Bodymultipart/form-data
filestring(binary)
multipart/form-data
{
  "file": "string"
}

Responses

The id of the created file

Body
integer(int32)
Response
No response example

Matters

Operations

MattersInvoices

Operations

MatterStatusMessage

Operations

MatterTasks

Operations

MatterTaskTemplates

Operations