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