GET
/
links
/
involving
Get all links for a resource
curl --request GET \
  --url https://{FUSION HOST}/api/links/involving
[
  {
    "subject": {
      "type": "APPKIT_APP",
      "id": "<string>",
      "uri": "<string>",
      "canonicalName": "<string>"
    },
    "object": {
      "type": "APPKIT_APP",
      "id": "<string>",
      "uri": "<string>",
      "canonicalName": "<string>"
    },
    "linkType": "DependsOn",
    "originator": "<string>"
  }
]

Query Parameters

resource
string

Resource to get links for.

Response

200 - application/json

successful operation

The response is of type object[].