---
title: "GET /class_mapping/"
method: GET
path: "/class_mapping/"
tags: ["Proposal"]
---

# GET /class_mapping/

`GET /class_mapping/`

Retrieves all OpenAtlas classes with their label, CIDOC CRM mapping, view, icon and standard type ID. Label language is English by default but can be changed by `locale` parameter

## Query parameters

- `locale` 'ca' | 'de' | 'en' | 'es' | 'fr'
- `download` boolean

## Response `200`

Success

- ClassMappingModel
  - `locale` string
  - `results` object[]
    - `label` string, required
    - `systemClass` string, required
    - `crmClass` string, required
    - `view` string, nullable, required
    - `icon` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access denied
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error

---

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