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": "AEf85540f450e34474ac8c1d072075b41b",
"type": "audit_events",
"attributes": {
"attributed_to_display_name": "George Ciltaru",
"attributed_to_email": "ciltaru@adobe.com",
"created_at": "2023-04-21T22:53:12.903Z",
"display_name": "Kessel Example Property",
"type_of": "property.created",
"updated_at": "2023-04-21T22:53:12.903Z",
"entity": "{\"data\":{\"id\":\"PR8c88572ac15846b5a55eae049565c2fa\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa\",\"rules\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/rules\",\"company\":\"https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb\",\"extensions\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"805c92d9200c\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2023-04-21T22:53:12.709Z\",\"updated_at\":\"2023-04-21T22:53:12.709Z\",\"development\":false,\"created_by_email\":\"ciltaru@adobe.com\",\"updated_by_email\":\"ciltaru@adobe.com\",\"created_by_display_name\":\"George Ciltaru\",\"updated_by_display_name\":\"George Ciltaru\",\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/rules\"}},\"company\":{\"data\":{\"id\":\"COb0dbd63fb8304a6197eef1f5cd0324fb\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa/data_elements\"}}}}}"
},
"relationships": {
"property": {
"links": {
"related": "https://reactor.adobe.io/audit_events/AEf85540f450e34474ac8c1d072075b41b/property"
},
"data": {
"id": "PR8c88572ac15846b5a55eae049565c2fa",
"type": "properties"
}
},
"entity": {
"links": {
"related": "https://reactor.adobe.io/audit_events/AEf85540f450e34474ac8c1d072075b41b/property"
},
"data": {
"type": "properties",
"id": "PR8c88572ac15846b5a55eae049565c2fa"
}
}
},
"links": {
"entity": "https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa",
"property": "https://reactor.adobe.io/properties/PR8c88572ac15846b5a55eae049565c2fa",
"self": "https://reactor.adobe.io/audit_events/AEf85540f450e34474ac8c1d072075b41b"
},
"meta": {
"property_name": "Kessel Example Property"
}
}
}