---
title: "Get role on a matter"
method: GET
path: "/matters/{matterId}/roles/{id}"
tags: ["Roles"]
---

# Get role on a matter

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

Returns a role in a specified matter.

## Path parameters

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

## Response `200`

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

- Role
  - `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 role.
  - `name` string, nullable — Name of the role.
  - `contact` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `roleDescription` string, nullable — Name of the role (user editable).
  - `description` string, nullable — Description of the role.
  - `representatives` Link[], nullable — List of hypermedia links of the associated representatives.
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `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
  - `isClient` boolean — Boolean flag indicating if role belongs to a 'Client'.
  - `isOtherSide` boolean — Boolean flag indicating if role belongs to an 'OtherSide'.

## Other responses

- `404` — When the specified matter 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)
