Retrieve the data for an existing AuditEvent, based on its ID.
GET /audit_events/:id
curl https://reactor.adobe.io/audit_events/:id \
-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": "AE3aa64f6daa1442809dd1e351774676b7",
"type": "audit_events",
"attributes": {
"attributed_to_display_name": "George Ciltaru",
"attributed_to_email": "ciltaru@adobe.com",
"created_at": "2021-10-05T19:06:01.207Z",
"display_name": "Kessel Example Property",
"type_of": "property.created",
"updated_at": "2021-10-05T19:06:01.207Z",
"entity": "{\"data\":{\"id\":\"PR616062ba153e4a2cacfcd256cd6a2331\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331\",\"rules\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"8711ab823812\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:06:01.027Z\",\"updated_at\":\"2021-10-05T19:06:01.027Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements\"}}}}}"
},
"relationships": {
"property": {
"links": {
"related": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7/property"
},
"data": {
"id": "PR616062ba153e4a2cacfcd256cd6a2331",
"type": "properties"
}
},
"entity": {
"links": {
"related": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7/property"
},
"data": {
"type": "properties",
"id": "PR616062ba153e4a2cacfcd256cd6a2331"
}
}
},
"links": {
"entity": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331",
"property": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331",
"self": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7"
},
"meta": {
"property_name": "Kessel Example Property"
}
}
}