---
title: "List allowed FOC dates"
method: GET
path: "/porting_orders/{id}/allowed_foc_windows"
tags: ["Porting Orders"]
---

# List allowed FOC dates

`GET /porting_orders/{id}/allowed_foc_windows`

Returns a list of allowed FOC dates for a porting order.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `data` PortingOrdersAllowedFocWindow[]
    - `started_at` string, date-time — ISO 8601 formatted date indicating the start of the range of foc window.
    - `ended_at` string, date-time — ISO 8601 formatted date indicating the end of the range of foc window
    - `record_type` string — Identifies the type of the resource.
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
