---
title: "GET /position-configurations"
method: GET
path: "/position-configurations"
deprecated: true
---

# GET /position-configurations

`GET /position-configurations`

> **Deprecated.**

List position configurations for a given resource, such as positioning solvers.

This action is no longer supported. Calls to retrieve position information should use the [GetResourcePosition](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html) API operation instead.

## Query parameters

- `resourceType` 'WirelessDevice' | 'WirelessGateway'
- `maxResults` integer — The maximum number of results to return in this operation.
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListPositionConfigurationsResponse — This operation is no longer supported.
  - `PositionConfigurationList` PositionConfigurationItem[] — A list of position configurations.
    - `ResourceIdentifier` string — Resource identifier for the position configuration.
    - `ResourceType` 'WirelessDevice' | 'WirelessGateway' — Resource type of the resource for the position configuration.
    - `Solvers` object — The details of the positioning solver object used to compute the location.
      - `SemtechGnss` object — The Semtech GNSS solver object details.
        - `Provider` 'Semtech' — The vendor of the solver object.
        - `Type` 'GNSS' — The type of positioning solver used.
        - `Status` 'Enabled' | 'Disabled' — The status indicating whether the solver is enabled.
        - `Fec` 'ROSE' | 'NONE' — Whether forward error correction is enabled.
    - `Destination` string — The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
  - `NextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/versions/022d242d4bce/schema)
