---
title: "Get equipment configuration survey"
method: GET
path: "/api/equipment/surveys/**"
tags: ["Survey"]
---

# Get equipment configuration survey

`GET /api/equipment/surveys/**`

Retrieve the configuration survey for a specific equipment product.

## Response `200`

Success

- Survey — Equipment survey details linked with the order item.
  - `questionAnswerGroup` QuestionAnswerGroup — Contains the structure and data for survey questions and answers.
    - `questionAnswerSets` object — Holds sets of related questions and their possible answers.
    - `questionAreas` string[] — Lists the survey question categories or areas being addressed.
  - `metadata` Metadata — Contains metadata for the API response.
    - `exchangeId` unknown
    - `timestamp` unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Survey not found for product

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
