v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
Porting Orders

List all phone number extensions

Returns a list of all phone number extensions of a porting order.

get/porting_orders/{porting_order_id}/phone_number_extensions

Path parameters

porting_order_idstring uuid required

Identifies the Porting Order associated with the phone number extensions

Query parameters

porting_phone_number_idstring uuid

Filter results by porting phone number id

Consolidated filter parameter (deepObject style). Originally: filter[porting_phone_number_id]

{
  "porting_phone_number_id": "04f8f1b9-310c-4a3c-963e-7dfc54765140"
}
value'-created_at' | 'created_at'

Specifies the sort order for results. If not given, results are sorted by created_at in descending order

Consolidated sort parameter (deepObject style). Originally: sort[value]

{
  "value": "created_at"
}
page[number]integer
page[size]integer

Response

Successful response

Example response

{
  "data": [
    {
      "id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
      "porting_phone_number_id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
      "extension_range": {
        "start_at": 1,
        "end_at": 10
      },
      "activation_ranges": [
        {
          "start_at": 1,
          "end_at": 10
        }
      ],
      "record_type": "porting_phone_number_extension",
      "created_at": "2021-03-19T10:07:15.527Z",
      "updated_at": "2021-03-19T10:07:15.527Z"
    }
  ],
  "meta": {
    "total_pages": 3,
    "total_results": 55,
    "page_number": 2,
    "page_size": 25
  }
}