LawVu Contracts (1.0)

Apis for contract resources

Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/contract-apis/
Production API
https://api.lawvu.com/contract-apis/

ContractFiles

Operations

Contracts

Operations

ContractTemplates

Operations

ContractStatusMessage

Operations

ContractUser

Operations

Add user to a contract

Request

Adds a user to a contract as a member

Path
contractIdinteger(int32)required

Format - int32. The ID of the contract

Body

The ID of the user to add into a contract

userIdstringrequired
{ "UserId": "User id test" }

Responses

Success

Get contract users

Request

Returns the users that are assigned to the contract

Path
contractIdinteger(int32)required

Format - int32. The contract id

Query
skipinteger(int32)

Format - int32. The number of results to skip

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 contract users to return

Default: 50

Default 50
No request payload

Responses

Success

Body
dataArray of objects or null(ContractUser)

Represents a single page of processed data.

totalinteger(int32)

The total number of records available.

Response
null

ContractKeyDate

Operations