---
title: "Get AFC channel data for all access points belonging to the tenant."
method: GET
path: "/network-services/v1/fco-resp-info-all"
tags: ["FCO Response Information"]
---

# Get AFC channel data for all access points belonging to the tenant.

`GET /network-services/v1/fco-resp-info-all`

This API retrieves the Automated Frequency Coordination channel and EIRP data for all the access points.

## Query parameters

- `limit` integer — The maximum number of items to return.
- `offset` integer — The offset of the first item in the collection to return.

## Response `200`

Successful operation

- FcoRespInfoAll — Automated Frequency Coordination channel data of all access points belonging to the tenant.
  - `items` FcoRespInfo[], required
    - `id` string, required — The serial number of the access point for which Automated Frequency Coordination channel data has been fetched.
    - `type` string, required — The type of device for which Automated Frequency Coordination channel data has been fetched.
    - `tenantId` string — The tenant ID of the access point for which Automated Frequency Coordination channel data has been fetched.
    - `serialNumber` string — The serial number of the access point for which Automated Frequency Coordination channel data has been fetched.
    - `afcReqTimestamp` integer — The timestamp of the Automated Frequency Coordination request
    - `afcRespTimestamp` integer — The timestamp of the Automated Frequency Coordination response
    - `afcExpiryTimestamp` integer — The timestamp indicating when the Automated Frequency Coordination response expires
    - `chanList20MHz` integer[] — 20MHz Automated Frequency Coordination response channel list
    - `chanList40MHz` integer[] — 40MHz Automated Frequency Coordination response channel list
    - `chanList80MHz` integer[] — 80MHz Automated Frequency Coordination response channel list
    - `chanList160MHz` integer[] — 160MHz Automated Frequency Coordination response channel list
    - `chanList320MHz1` integer[] — 320MHz1 Automated Frequency Coordination response channel list
    - `chanList320MHz2` integer[] — 320MHz2 Automated Frequency Coordination response channel list
    - `chanListPsd` integer[] — PSD Automated Frequency Coordination response channel list
    - `eirpList20MHz` number[] — 20MHz Automated Frequency Coordination response EIRP list
    - `eirpList40MHz` number[] — 40MHz Automated Frequency Coordination response EIRP list
    - `eirpList80MHz` number[] — 80MHz Automated Frequency Coordination response EIRP list
    - `eirpList160MHz` number[] — 160MHz Automated Frequency Coordination response EIRP list
    - `eirpList320MHz1` number[] — 320MHz1 Automated Frequency Coordination response EIRP list
    - `eirpList320MHz2` number[] — 320MHz2 Automated Frequency Coordination response EIRP list
    - `eirpListPsd` number[] — PSD Automated Frequency Coordination EIRP response list
  - `count` integer, required — The number of objects returned in the list. Maximum will be page size.
  - `offset` integer — Specifies the offset of the returned page.
  - `total` integer — The total number of objects contained in the database.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
