# Get Endpoint - GetRelatedItemsById

Returns all related items of a synchronized item.

# HTTP Request

One of the following requests should be made:

GET /api/syncitems/({key})/related

# Path parameters

Name Description
key required. The id of the synchronized item

# Request headers

Name Description
Authorization required Bearer {token}. See authorization

# Responses

Code Description Type
200 Returned if the information about the related items could be retrieved successfully array SyncItemEntity
500 Returned if an error occurred while fetching information about the related items.
Zuletzt aktualisiert: 7. Februar 2025 um 08:35