LawVu Matters (1.0)

Apis for matter resources

Languages
Servers
https://demo.public-api.lawvu.com/matter-apis/

Matters

Operations

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

Format - int32. The id of the matter

Query
commentsstring or null

Comments to be added to the file

parentFileIdinteger or null(int32)

Format - int32. Creates a new version for the specified parent file id

folderIdinteger or null(int32)

Format - int32. The id of the folder to upload the file within

conflictResolutionstring or null

Defines behaviour for when a file conflict is found

Options:

  • Replace
  • KeepBoth
  • SaveVersion
  • Skip

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

Responses

The id of the created file

Body
integer(int32)
Response
null

MattersInvoices

Operations

MatterStatusMessage

Operations

MatterTaskTemplates

Operations

MatterTasks

Operations