# Fields

 - [GET /v2/fields](https://api-docs.lawvu.com/new-api/lawvuapi.openapi/fields/get-v2-fields.md): Retrieve a list of available fields
 - [GET /v2/fields/{fieldId}/options](https://api-docs.lawvu.com/new-api/lawvuapi.openapi/fields/get-v2-fields-fieldid-options.md): Retrieve a list of available options for a field. Supported field types: MultiOption, Option
 - [POST /v2/fields/{fieldId}/options](https://api-docs.lawvu.com/new-api/lawvuapi.openapi/fields/post-v2-fields-fieldid-options.md): Add a an option for a field. Supported field types: MultiOption, Option
 - [GET /v2/fields/{fieldId}/options/{value}](https://api-docs.lawvu.com/new-api/lawvuapi.openapi/fields/get-v2-fields-fieldid-options-value.md): Retrieve an option for a field based by value Supported field types: MultiOption, Option
 - [PATCH /v2/fields/{fieldId}/options/{value}](https://api-docs.lawvu.com/new-api/lawvuapi.openapi/fields/patch-v2-fields-fieldid-options-value.md): Update an option on a field by value. Supported field types: MultiOption, Option
 - [DELETE /v2/fields/{fieldId}/options/{value}](https://api-docs.lawvu.com/new-api/lawvuapi.openapi/fields/delete-v2-fields-fieldid-options-value.md): Removes an option from a field by value. Supported field types: MultiOption, Option
