Retrieve the relationship linkage for the DataElements related to the specified Library.
GET /libraries/:library_id/relationships/data_elements
curl https://reactor.adobe.io/libraries/:library_id/relationships/data_elements \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": [
{
"type": "data_elements",
"id": "DE9bc185b94fd74f4e933bc1f1e63d39c5"
}
],
"links": {
"related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements",
"self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements"
}
}