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

# Get relationships on a matter

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

Returns associated relationships for a specified matter and role group.

## Path parameters

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

## Response `200`

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

- MatterRelationships
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `versionId` string, nullable — Version id of the record.
  - `relationships` Relationship[], nullable — List of associated relationships.
    - `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 or 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/934aec02cc30/schema)
