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": "RC17907dbf9c3249d2b8e577a0d7b73933",
"type": "rule_components",
"attributes": {
"created_at": "2023-04-21T23:05:23.727Z",
"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-04-21T23:05:23.727Z",
"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/RC17907dbf9c3249d2b8e577a0d7b73933/updated_with_extension_package"
},
"data": {
"id": "EP3e96b796382e49a48d76a626395d8cab",
"type": "extension_packages"
}
},
"updated_with_extension": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933/updated_with_extension"
},
"data": {
"id": "EXb5c71552828f4fcbb722f1ea8d1a91a1",
"type": "extensions"
}
},
"extension": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933/extension"
},
"data": {
"id": "EXa53636392a424904ba7599e7077a8c8c",
"type": "extensions"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933/notes"
}
},
"origin": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933/origin"
},
"data": {
"id": "RC17907dbf9c3249d2b8e577a0d7b73933",
"type": "rule_components"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/properties/PRfc70e363c61c4756a9a69b729c2ed596"
},
"data": {
"id": "PRfc70e363c61c4756a9a69b729c2ed596",
"type": "properties"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933/rules"
}
}
},
"links": {
"extension": "https://reactor.adobe.io/extensions/EXa53636392a424904ba7599e7077a8c8c",
"origin": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933",
"rules": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933/rules",
"self": "https://reactor.adobe.io/rule_components/RC17907dbf9c3249d2b8e577a0d7b73933"
},
"meta": {
"latest_revision_number": 0
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}