---
title: "Get Schema"
method: GET
path: "/v1/schema"
deprecated: true
---

# Get Schema

`GET /v1/schema`

> **Deprecated.**

Gets the guid with specific survey id and version and uses that to retrieve a schema.
Latest version schema will be retrieved if version is omitted

Parameters:
survey_id (str): survey id of the schema metadata.
version (str) (optional): version of the survey.
schema_firebase_repository (SchemaFirebaseRepository): injected dependency for
    interacting with the schema collection in firestore.
schema_processor_service (SchemaProcessorService): injected dependency for
    interacting with the schema collection in firestore.

## Query parameters

- `survey_id` string, nullable
- `version` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/office-of-national-statistics/apis/supplementary-data-service.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/supplementary-data-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/supplementary-data-service/revisions/9a87e51baf13/schema)
