v1

latestOpenAPI 3.1.02026-07-2489171167.4 KB
CIs

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.

targetCiIdinteger required

The ID of the linked target CI.

relationTypeIdinteger required

The unique identifier of the CI relation type.

srcDependencyRole'affecting' | 'affected_by' required

Indicates the CI relation affecting role.

Example response

[
  {
    "targetCiId": 1,
    "relationTypeId": 5
  }
]