Retrieve all Asset relationships associated with an Asset specified by Object ID. In a relationship, the Asset can be a primary or secondary (related) Asset. For example, in a parent / derivative relationship, the primary Asset would be the parent, while the secondary Asset would be the derivative. Both the Object ID and relationship type for each Asset will be returned. Relationships will be retrieved where the Asset is a primary or secondary Asset.
The user requesting the Asset relationships must have View access to both the primary Asset and the secondary Assets in order to retrieve the relationships.
The Response Body is a JSON object.
Unauthorized. Missing Authorization or AccessToken or expired token
Forbidden. Missing X-API-key
[- {
- "secondaryId": "6aaf274d-71ca-470e-88a9-138c4dd4c7fb",
- "createdEpoch": 1613677209722,
- "customerId": "15716718541456",
- "linkType": "child",
- "lastUpdatedEpoch": 1613677209722,
- "primaryId": "f81769d1-8e93-4af7-856e-56ea30ec1038",
- "relationshipId": "f81769d1-8e93-4af7-856e-56ea30ab1038-73b49f17-4c1a-4c05-bb31-5ab2364e2534"
}
]