---
title: "Get relationship on a role"
method: GET
path: "/matters/{matterId}/roles/{roleId}/relationships/{id}"
tags: ["Relationships"]
---

# Get relationship on a role

`GET /matters/{matterId}/roles/{roleId}/relationships/{id}`

Returns a relationship with a specified role in a matter.

## Path parameters

- `matterId` string, uuid, required
- `roleId` string, uuid, required
- `id` string, uuid, required

## Response `200`

When request is successful. Returns a 'Relationship' object.

- Relationship
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `id` string, nullable — Unique identifier of the relationship.
  - `name` string, nullable — Name of the relationship.
  - `contact` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `representatives` Link[], nullable — List of hypermedia links of the associated representatives.
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable

## Other responses

- `404` — When the specified matter, role group or role (within the specified role group) does not exist.

---

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