v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

List allowed FOC dates

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

get/porting_orders/{id}/allowed_foc_windows

Path parameters

idstring uuid required

Porting Order id

Response

Successful response

Example response

{
  "data": [
    {
      "ended_at": "2021-03-19T10:07:15.527Z",
      "record_type": "porting_order",
      "started_at": "2021-03-19T10:07:15.527Z"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}