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