v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
CustomFields > Option

Reads all Options

Reads all Options

get/api/2026-07-01/resources/custom_fields/options

Query parameters

ids[]string[]

Options identifiers

Options identifiers

[
  "1",
  "2"
]
field_ids[]string[]

Identifiers for the fields where the options belong to

Identifiers for the fields where the options belong to

[
  "3",
  "4"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "label": "T-shirt size",
      "value": "L",
      "is_active": true,
      "field_id": "2"
    }
  ]
}