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

ContractKeyDate

Operations

Contracts

Operations

ContractStatusMessage

Operations

ContractTemplates

Operations

ContractUser

Operations

Add user to a contract

Request

Adds a user to a contract as a member

Path
contractIdinteger(int32)required

The ID of the contract

Bodyrequired

The ID of the user to add into a contract

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

Responses

No Content

Get contract users

Request

Returns the users that are assigned to the contract

Path
contractIdinteger(int32)required

The contract id

Query
skipinteger(int32)

The number of results to skip

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 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
No response example