# Fields ## Get 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 field options - [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 ## Add an option to a field - [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