---
title: "GET /api/database/views/{view_id}/field-options/"
method: GET
path: "/api/database/views/{view_id}/field-options/"
tags: ["Database table views"]
---

# GET /api/database/views/{view_id}/field-options/

`GET /api/database/views/{view_id}/field-options/`

Responds with the fields options of the provided view if the authenticated user has access to the related workspace.

## Path parameters

- `view_id` integer, required

## Response `200`

- union
  - GridViewFieldOptions
    - `field_options` object, required — An object containing the field id as key and the properties related to view as value.
  - GalleryViewFieldOptions
    - `field_options` object, required — An object containing the field id as key and the properties related to view as value.
  - FormViewFieldOptions
    - `field_options` object, required — An object containing the field id as key and the properties related to view as value.
  - KanbanViewFieldOptions
    - `field_options` object, required — An object containing the field id as key and the properties related to view as value.
  - CalendarViewFieldOptions
    - `field_options` object, required — An object containing the field id as key and the properties related to view as value.
  - TimelineViewFieldOptions
    - `field_options` object, required — An object containing the field id as key and the properties related to view as value.

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
