---
title: "Get a List of Related Items for a Specific Service Record"
method: GET
path: "/service-records/{recordId}/related-items"
tags: ["Service Records"]
---

# Get a List of Related Items for a Specific Service Record

`GET /service-records/{recordId}/related-items`

Retrieve all related items (service records, assets, CIs, and knowledge base articles) associated with a specific service record ID.

## Response `200`

The list of items associated with the service record

- RelatedItemsResponse
  - `success` boolean, required
  - `relatedItems` object, required — Groups related items by the entity type.
    - `serviceRecords` RelatedServiceRecordItem[] — A list of related service records.
      - `id` integer, required
      - `srType` 'incident' | 'problem' | 'request' | 'change', required
      - `title` string, required — The title of the service record.
      - `relationship` integer, required — The ID of the relationship type.
    - `assets` RelatedAssetItem[] — A list of related assets.
      - `serialNumber` string, required
      - `itemName` string, required — The name of the asset.
      - `location` string, required
      - `owner` string, required
      - `assetType` string, required — The category or type of the asset.
      - `relationship` integer, required — The ID of the relationship type.
    - `cis` RelatedCIItem[] — A list of related CIs.
      - `id` integer, required
      - `ciName` string, required — The name of the CI.
      - `location` string, required
      - `owner` string, required
      - `ciType` string, required — The type/category of the CI.
      - `relationship` integer, required — The ID of the relationship type.
    - `kbArticles` RelatedKBArticleItem[] — A list of related knowledge base articles.
      - `id` integer, required
      - `title` string, required — The title of the knowledge base article.
      - `category` string, required
      - `subCategory` string, required
      - `thirdLevelCategory` string, required
      - `relationship` integer, required — The ID of the relationship type.
    - `count` integer, required — The total number of related items across all categories.

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `403` — The server understood the request but refuses to authorize it
- `404` — The specified resource was not found

---

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