---
title: "List all related items"
method: GET
path: "/v2/related-items"
tags: ["Related Items"]
---

# List all related items

`GET /v2/related-items`

List all related items

## Response `200`

Returns a list of all related items

- object[]
  - `id` integer — Identifier
  - `type` 'VALUE' | 'ENTITY' — Type of Relation
  - `entity` object — Entity
  - `entityId` integer — Entity Identifier
  - `entityType` 'ORGANIZATION' | 'DOCUMENT' | 'LOCATION' | 'NODE' | 'CHECKLIST' | 'KB_DOCUMENT' | 'END_USER' | 'SOFTWARE_LICENSE' — Entity Type
  - `relEntity` object — Related Entity
  - `relEntityId` integer — Related Entity Identifier
  - `relEntityType` 'ORGANIZATION' | 'DOCUMENT' | 'LOCATION' | 'NODE' | 'ATTACHMENT' | 'TECHNICIAN' | 'CREDENTIAL' | 'CHECKLIST' | 'END_USER' | 'CONTACT' | 'KB_DOCUMENT' | 'SOFTWARE_LICENSE' | 'SECURE' — Related Entity Type
  - `value` object — Related item value (Attachment meta data / Secure information)
  - `createTime` number, double — Creation time
  - `updateTime` number, double — Last update time
  - `createdByAppUserId` integer — The identifier of the user who created the related item
  - `updatedByAppUserId` integer — The identifier of the last user to update the related item

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
