GET
/
links
List all links
curl --request GET \
  --url https://{FUSION HOST}/api/links
[
  {
    "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

subject
string
default:*

Return only links with a matching subject.

object
string
default:*

Return only links with a matching object.

Return only links with a matching type.

transitive
boolean
default:false

Return transitive links.

bypassCache
boolean
default:false

Bypass the cache and retrieve directly from storage.

Response

200 - application/json

successful operation

The response is of type object[].