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": "DE785807c7c8ed4d35b22a67c589d714ad"
}
],
"links": {
"related": "https://reactor.adobe.io/libraries/LB65da5610a3454aea8ab6e29e6ddcbadf/data_elements",
"self": "https://reactor.adobe.io/libraries/LB65da5610a3454aea8ab6e29e6ddcbadf/relationships/data_elements"
}
}