curl -i -X GET \ 'http://localhost:8092/asset-service/v1/asset/relationship/{assetKey}/org/{orgId}' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "assets": [
- {
- "id": "string",
- "orgId": "string"
}
], - "assetLinks": [
- {
- "source": "string",
- "target": "string"
}
]
}