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

MatterTasks

Operations

Get tasks

Request

Get tasks

Query
skipinteger(int32)

Format - int32. Number of tasks 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 tasks to return

Default: 50

Default 50
No request payload

Responses

Success

BodyArray [
idinteger(int32)
namestring or null
parentIdinteger or null(int32)
matterIdinteger(int32)
typestring

Options:

  • Standard
  • Milestone
  • CourtDate
  • Meeting
Enum"Standard""Milestone""CourtDate""Meeting"
orderinteger(int32)
userAssignedIdstring or null
createdDateUtcstring(date-time)
modifiedDateUtcstring(date-time)
dueDatestring or null(date-time)
durationnumber(double)
statusstring

Options:

  • NotRequired
  • OnHold
  • NotStarted
  • InProgress
  • Complete
Enum"NotRequired""OnHold""NotStarted""InProgress""Complete"
]
Response
null