---
title: "List porting order requirements"
method: GET
path: "/porting_orders/{id}/requirements"
tags: ["Porting Orders"]
---

# List porting order requirements

`GET /porting_orders/{id}/requirements`

Returns a list of all requirements based on country/number type for this porting order.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `page` object
  - `size` integer — The size of the page
  - `number` integer — The page number to load

## Response `200`

Successful response

- object
  - `data` PortingOrderRequirementDetail[]
    - `field_type` 'document' | 'textual' — Type of value expected on field_value field
    - `field_value` string — Identifies the document that satisfies this requirement
    - `requirement_type` object — Identifies the requirement type that meets this requirement
      - `acceptance_criteria` object — The acceptance criteria for the requirement type
      - `description` string — A description of the requirement type
      - `example` string — An example of the requirement type
      - `id` string — Identifies the requirement type
      - `name` string — The name of the requirement type
      - `type` string — The type of the requirement type
    - `requirement_status` string — Status of the requirement
    - `record_type` string — Identifies the type of the resource.
  - `meta` PaginationMeta
    - `total_pages` integer
    - `total_results` integer
    - `page_number` integer
    - `page_size` integer

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable entity. Check message field in response for details.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
