Get Relationships
DescriptionIf the optional query parameter ‘relationshipType’ is specified, relations of that particular Relationship Type are returned.
Few sample URLs are shown below.
/api/resources/{resourceId}/relationships?relationshipType=CHILD
/api/resources/{resourceId}/relationships?relationshipType=PARENT
Request
URLURL
Path Parameters
Path Parameters
The UUID of the resource to set the relationships for
Query Parameters
Query Parameters
Page number from which data needs to be displayed (0-based)
Expected number of entries per page
The type of relationship of the objects; Uses the RelationshipType.representation value
Possible values are: PARENT , CHILD , ALL