Retrieve the Libraries that use the specified Rule.
GET /rules/:rule_id/libraries
curl https://reactor.adobe.io/rules/:rule_id/libraries \
-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": [
{
"id": "LB8f061fbe5f3240588d1dd0f6206ed3a2",
"type": "libraries",
"attributes": {
"created_at": "2023-04-21T23:03:24.882Z",
"name": "My Library",
"published_at": null,
"state": "development",
"updated_at": "2023-04-21T23:03:24.897Z",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru",
"build_required": true
},
"relationships": {
"builds": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/builds"
}
},
"environment": {
"links": {
"self": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/relationships/environment"
},
"data": null
},
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/data_elements",
"self": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/relationships/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/extensions",
"self": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/relationships/extensions"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/notes"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/rules",
"self": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/relationships/rules"
}
},
"upstream_library": {
"data": null
},
"property": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/property"
},
"data": {
"id": "PRf8b0daaea11443fa8851911b722a38b1",
"type": "properties"
}
},
"last_build": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2/last_build"
},
"data": null
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRf8b0daaea11443fa8851911b722a38b1",
"self": "https://reactor.adobe.io/libraries/LB8f061fbe5f3240588d1dd0f6206ed3a2"
},
"meta": {
"build_status": null,
"build_required_detail": "No build found since last state change"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}