LawVu API

The next generation of the LawVu API.

Download OpenAPI description
Overview
Languages
Servers
Sandbox API

https://api-sandbox.lawvu.com/

Production API

https://api.lawvu.com/

Contracts

Operations

Fields

Operations

Get fields

Request

Retrieve a list of available fields

No request payload

Responses

OK

Bodyapplication/json
itemsArray of objects(Field)

The collection of items

Response
application/json
{ "items": [ { … } ] }

Get field options

Request

Retrieve a list of available options for a field.

Supported field types: MultiOption, Option

Path
fieldIdstringrequired

The API name for the field

Example: my_field
No request payload

Responses

OK

Bodyapplication/json
itemsArray of objects(FieldOption)

The collection of items

Response
application/json
{ "items": [ { … } ] }

Add an option to a field

Request

Add a an option for a field.

Supported field types: MultiOption, Option

Path
fieldIdstringrequired

The API name for the field

Example: my_field
Bodyapplication/jsonrequired
labelstring or nullrequired

The user defined label of the field option

Example: "Option A"
application/json
{ "label": "Option A" }

Responses

Created

Bodyapplication/json
valuestring or nullrequired
Example: "75467"
Response
application/json
{ "value": "75467" }

Files

Operations

Matters

Operations