Retrieve the RuleComponents used by the specified Rule.
created_at
dirty
enabled
name
negate
origin_id
published
published_at
revision_number
updated_at
GET /rules/:rule_id/rule_components
curl https://reactor.adobe.io/rules/:rule_id/rule_components \
-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": "RCc72a3c864daa4460ba77b18fd6bd813c",
"type": "rule_components",
"attributes": {
"created_at": "2023-01-30T20:59:41.018Z",
"delegate_descriptor_id": "kessel-test::events::click",
"deleted_at": null,
"dirty": true,
"name": "My Example Click Event",
"negate": false,
"order": 0,
"rule_order": 50.0,
"timeout": 2000,
"delay_next": true,
"published": false,
"published_at": null,
"revision_number": 0,
"updated_at": "2023-01-30T20:59:41.018Z",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru",
"settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}"
},
"relationships": {
"updated_with_extension_package": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c/updated_with_extension_package"
},
"data": {
"id": "EP3e96b796382e49a48d76a626395d8cab",
"type": "extension_packages"
}
},
"updated_with_extension": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c/updated_with_extension"
},
"data": {
"id": "EXb911acfab3514f9a8541d09d5aee0eb3",
"type": "extensions"
}
},
"extension": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c/extension"
},
"data": {
"id": "EX43cea8432f3e4ecc9cfb99d3e61c94f5",
"type": "extensions"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c/notes"
}
},
"origin": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c/origin"
},
"data": {
"id": "RCc72a3c864daa4460ba77b18fd6bd813c",
"type": "rule_components"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa5b3b7f318c6413799f647689800228f"
},
"data": {
"id": "PRa5b3b7f318c6413799f647689800228f",
"type": "properties"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c/rules"
}
}
},
"links": {
"extension": "https://reactor.adobe.io/extensions/EX43cea8432f3e4ecc9cfb99d3e61c94f5",
"origin": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c",
"rules": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c/rules",
"self": "https://reactor.adobe.io/rule_components/RCc72a3c864daa4460ba77b18fd6bd813c"
},
"meta": {
"latest_revision_number": 0
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}