---
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, required
    - `icon` string, required

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-04-01** `b640f0339736` — 1 breaking, 5 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - …2 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/class_mapping/get.md)

---

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