Event list of a fired rule by its id
Path parameters
A unique integer value identifying this Audit Rule.
Query parameters
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Filter by rule audit event source name.
Response
Example response
{
"count": 123,
"next": "/eda/api/v1/example/?page=51&page_size=100",
"previous": "/eda/api/v1/example/?page=49&page_size=100",
"page_size": 100,
"page": 50
}Changes
Changed in 4 of the 8 revisions of this API.328
- ▲
the response property
results/items/payloadbecame nullable for the status200response-property-became-nullable
- ▲
the
results/items/payloadresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ○
the endpoint scheme security
EDAJWTAuthenticationwas added to the APIapi-security-added
- ○
the endpoint scheme security
jwtAuthwas added to the APIapi-security-added
- ○
added the new optional
queryrequest parameterorderingnew-optional-request-parameter
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
cookieAuthwas added to the APIapi-security-added
- ○
added the new optional
queryrequest parametersource_namenew-optional-request-parameter
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
cookieAuthwas removed from the APIapi-security-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
results/items/payloadresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ●
deleted the
queryrequest parameterorderingrequest-parameter-removed
- ●
deleted the
queryrequest parametersource_namerequest-parameter-removed
- ○
the endpoint scheme security
EDAJWTAuthenticationwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
jwtAuthwas removed from the APIapi-security-removed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲