event manager
Get event actions
Returns an array with one or more event actions
get/eventactions
Query parameters
offsetinteger
limitinteger
The maximum number of items to return. Max value is 500, default is 100
order'ASC' | 'DESC'
Example:ASC
Ordering actions by name. Default ASC
Response
successful operation
Example response
[
{
"options": {
"http_config": {
"endpoint": "https://example.com"
},
"retention_config": {
"folders": [
{
"path": "/",
"retention": 24
}
]
}
}
}
]