Custom Field Options V1

List Custom Field Options V1

Show custom field options for a custom field

get/v1/custom_field_options

Query parameters

page_sizeinteger

number of records to return

afterstring

A custom field option's ID. This endpoint will return a list of custom field options created after this option.

custom_field_idstring required

The custom field to list options for.

Response

OK response.

Example response

{
  "custom_field_options": [
    {
      "custom_field_id": "01FCNDV6P870EA6S7TK1DSYDG0",
      "id": "01FCNDV6P870EA6S7TK1DSYDG0",
      "sort_key": 10,
      "value": "Product"
    }
  ],
  "pagination_meta": {
    "after": "01FCNDV6P870EA6S7TK1DSYDG0",
    "page_size": 25
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.