---
title: "List Request Options"
method: GET
path: "/api/v1/request-options"
tags: ["Request Options"]
---

# List Request Options

`GET /api/v1/request-options`

List all request options.

## Pagination

Pagination is available for this request. Please see the section on using pagination for more details.



## Available Filters

These are the filters that can be used to specific the data to return. Please see the section on using filters for more details.

- type
- key
- value
- requestable_type
- requestable_id




## Available Sorts

These are the sorts that can be used order the returned data. Please see the section on using sorting for more details.

- type
- key
- value

## Query parameters

- `filter[type]` string
- `filter[key]` string
- `filter[value]` string
- `filter[requestable_type]` string
- `filter[requestable_id]` string
- `sort` string
- `page` integer
- `per_page` integer

## Response `200`

Successful response

- RequestOptionsListResponse
  - `data` RequestOptions[]
    - `id` integer — Unique identifier
    - `type` string
    - `key` string
    - `value` string
    - `requestable_type` string
    - `requestable_id` integer
    - `configurable` string
    - `locked` string
    - `required` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `alias` string
  - `meta` PaginationMeta
    - `current_page` integer
    - `from` integer, nullable
    - `last_page` integer
    - `path` string
    - `per_page` integer
    - `to` integer, nullable
    - `total` integer
  - `links` PaginationLinks
    - `first` string, uri
    - `last` string, uri
    - `prev` string, uri, nullable
    - `next` string, uri, nullable

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized

---

[API](https://skmtc.net/wearepatchworks/apis/patchworks-core-api.md) · [All operations](https://skmtc.net/wearepatchworks/apis/patchworks-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wearepatchworks/patchworks-core-api/revisions/89261af4dd80/schema)
