---
title: "Get AFC channel data of a specific AP."
method: GET
path: "/network-services/v1/fco-resp-info/{serial-number}"
tags: ["FCO Response Information"]
---

# Get AFC channel data of a specific AP.

`GET /network-services/v1/fco-resp-info/{serial-number}`

This API retrieves the Automated Frequency Coordination channel and EIRP data for the specific AP serial number that has been provided.

## Path parameters

- `serial-number` string, string, required

## Response `200`

Successful operation

- FcoRespInfo
  - `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

## 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)
