v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBCIs
Get CI Relations for a Specific CI by ID
Retrieve all CI relations for a specific CI by its ID.
get/cis/{ciId}/relations
Response
List of all CI relations for a specific CI by its ID.
Example response
[
{
"targetCiId": 1,
"relationTypeId": 5
}
]