---
title: "Get all terms and conditions"
method: GET
path: "/orders/terms_and_conditions/all"
tags: ["terms and conditions"]
---

# Get all terms and conditions

`GET /orders/terms_and_conditions/all`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ItemsListTermsAndConditions
  - `items` TermsAndConditions[], required
    - `id` integer, required
    - `created_at` string, date-time, required
    - `content` object, required
    - `related_services` string[], required
    - `version` string, required
    - `enable` boolean, required
    - `expiration` integer, required
  - `count` integer
  - `total_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/zayo/apis/niro-api.md) · [All operations](https://skmtc.net/zayo/apis/niro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zayo/niro-api/revisions/c52ac26e1766/schema)
