---
title: "List of AP candidates that may be used as anchors"
method: POST
path: "/afc/mobileapp/apcandidates"
tags: ["afc-endpoint"]
---

# List of AP candidates that may be used as anchors

`POST /afc/mobileapp/apcandidates`

List of AP candidates that may be used as anchors

## Request body

- XiqAfcMobileappScanInfo
  - `owner_id` integer — The ownerId
  - `bssid_list` string[] — Base radio BSSIDs reported by the mobile application scan

## Response `200`

OK

- XiqMobileappAnchorCandidatesResponse — The response for mobile app gps settings
  - `candidates` XiqAfcMobileappAnchorCandidate[] — List of AP candidates that may be used as anchors
    - `id` integer — The device ID
    - `serial_number` string — The serial number
    - `name` string — The device name
    - `mac_address` string — The device MAC address
    - `make` string — The product make, such as: WiNG, Aerohive, Extreme etc
    - `product_type` string — The product type, such as: AP_5050U, AP5050D, AP5020 etc.
    - `location` string — The location of the device, including floor name
    - `bssid` string — The base radio BSSID
    - `gps_anchor` boolean — The AP used as GPS anchor to derive geo-coordinates of other APs on the floor
    - `coordinates` XiqAfcMobileappCoordinates — The Location provided by MobileApp
      - `latitude` number, double — Latitude expressed as a floating point number
      - `longitude` number, double — Longitude expressed as a floating point number
      - `ts` integer — Timestamp of the acquired geolocation (milliseconds from epoch)
      - `source` 'GPS' | 'GEO' | 'APP' — Source of coordinates
    - `neighbors` integer — The number of neighboring APs

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
