---
title: "Get frequency options"
method: GET
path: "/order_offers/{order_offer_id}/frequency_options"
tags: ["Order Offers"]
---

# Get frequency options

`GET /order_offers/{order_offer_id}/frequency_options`

Get available offer frequency change options configured for an order offer. This is configured within the original Offer and determines what frequencies are available.

## Response `200`

OK

- object
  - `total` integer
  - `timeframes` object[]
    - `timeframe_id` integer
    - `timeframe_name` string
    - `timeframe_frequency` boolean
    - `date_created` string, date-time, nullable
    - `created_by` integer, nullable
    - `date_modified` string, date-time, nullable
    - `modified_by` integer, nullable

## Other responses

- `400` — Error response
- `401` — Unauthorized response
- `403` — Forbidden response
- `500` — Error response

---

[API](https://skmtc.net/vrio/apis/crm-configuration.md) · [All operations](https://skmtc.net/vrio/apis/crm-configuration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vrio/crm-configuration/versions/62037010356e/schema)
