Retrieve the relationship linkage for the Extensions related to the specified Library.
GET /libraries/:library_id/relationships/extensions
curl https://reactor.adobe.io/libraries/:library_id/relationships/extensions \
-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": "extensions",
"id": "EXe1b9f2e7c7ca4468a55f0062bc1ba90f"
}
],
"links": {
"related": "https://reactor.adobe.io/libraries/LBab688112f7a140059a2b02529d16070d/extensions",
"self": "https://reactor.adobe.io/libraries/LBab688112f7a140059a2b02529d16070d/relationships/extensions"
}
}