---
title: "Get All Entity Relationship Types"
method: GET
path: "/entities/relationship-types"
tags: ["Entities"]
---

# Get All Entity Relationship Types

`GET /entities/relationship-types`

Returns all entity relationship types.  For more information, see [Entity Relationship Types](https://support.ironcladapp.com/hc/en-us/articles/28005038398231-Create-Manage-Relationship-Types-and-Entity-Properties). 

**OAuth Scope required:** `public.entities.readRelationshipTypes`

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200

- object[]
  - `id` string — The unique identifier of the record
  - `name` string — The unique identifier of the relationship type
  - `displayName` string — The display name of the relationship type
  - `description` string — The description of the relationship type

## Other responses

- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
