Skip to content

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/

Operations
Operations
Operations
Operations

Request

Path
matterIdinteger(int32)required

The Id of the matter

Query
skipinteger(int32)

The number of matter invoices to skip (used for paging)

filtering.fieldstring

Field to filter by (optional)

filtering.operatorstring

Operator used for filtering (optional)

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

Value to filter by (optional)

sorting.directionstring

Set the sorting direction

Enum"asc""desc"
sorting.fieldstring

Set the sorting fields

takeinteger(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
No response example
Operations
Operations
Operations