GET
/
links
/
directed
[
  {
    "subject": {
      "type": "APPKIT_APP",
      "id": "<string>",
      "canonicalName": "<string>",
      "uri": "<string>"
    },
    "object": {
      "type": "APPKIT_APP",
      "id": "<string>",
      "canonicalName": "<string>",
      "uri": "<string>"
    },
    "linkType": "DependsOn",
    "originator": "<string>"
  }
]

Query Parameters

resource
string

Resource to get exclusive links for

exclusive
boolean
default:false
bypassCache
boolean
default:false

Bypass the cache and retrieve directly from storage

skipSharedGroup
boolean
default:false

Exclude shared group from returned links

Response

200 - application/json

successful operation

The response is of type object[].