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

Get matter invoices

Request

Get matter invoices

Path
matterIdinteger(int32)required

Format - int32. The Id of the matter

Query
skipinteger(int32)

Format - int32. The number of matter invoices to skip (used for paging)

filtering.fieldstring or null

Field to filter by (optional)

filtering.operatorstring

Operator used for filtering (optional)

Options:

  • eq
  • neq
  • lt
  • lte
  • gt
  • gte
  • startswith
  • endswith
  • contains
  • doesnotcon
  • isnull

Enum"eq""neq""lt""lte""gt""gte""startswith""endswith""contains""doesnotcon"
filtering.valuestring or null

Value to filter by (optional)

sorting.directionstring

Set the sorting direction

Options:

  • asc
  • desc

Enum"asc""desc"
sorting.fieldstring or null

Set the sorting fields

takeinteger(int32)

Format - int32. The maximum number of matter invoices to return

Default: 50

Default 50
No request payload

Responses

Success

Body
dataArray of objects or null(Invoice)

Represents a single page of processed data.

totalinteger(int32)

The total number of records available.

Response
null

MatterStatusMessage

Operations

MatterTaskTemplates

Operations

MatterTasks

Operations