---
title: "Export app data schema by selector"
method: GET
path: "/app-data-schemas/{idOrKey}/export"
tags: ["AppDataSchemas"]
---

# Export app data schema by selector

`GET /app-data-schemas/{idOrKey}/export`

## Path parameters

- `idOrKey` string, required

## Response `200`

- AppDataSchemaExportDto
  - `key` string
  - `name` string, required
  - `uuid` string
  - `schema` object
  - `code` string

---

[API](https://skmtc.net/integration/apis/membrane-api.md) · [All operations](https://skmtc.net/integration/apis/membrane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/integration/membrane-api/revisions/1db9c5a3d78c/schema)
