---
title: "Linking Knowledge Base Articles to Service Records"
method: POST
path: "/service-records/{recordId}/related-items/kb-articles"
tags: ["Service Records"]
---

# Linking Knowledge Base Articles to Service Records

`POST /service-records/{recordId}/related-items/kb-articles`

Link one or more knowledge base articles to a specific service record. Articles will always be linked with the "relates to" relationship type.

## Request body

- AddKbArticleToServiceRecordRequest
  - `kbArticles` KbArticleRequest[], required — An array of knowledge base article objects to link to a service record.
    - `id` integer, required — The ID of the knowledge base article in SysAid.
    - `title` string — The title of the knowledge base article.

## Response `201`

Knowledge articles successfully linked.

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `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/versions/38a43a1b2981/schema)
