Event Get Proxy Events
Fetch Partner Events by enterprise ID. Optionally, a filter object to specify search criteria and limit on number of records. A time interval could be specified with an interval object. If no end date is given, it will default to the current date. Enterprise ID can be supplied to filter events to those of a specific enterprises.
Privileges required:
READ
PROXY_EVENT
Request
URI
POST
https://{api_host}/portal/rest/event/getProxyEvents
COPY
Request Body
{
"interval": {
"end": "string",
"start": "string"
},
"filter": {
"limit": 0,
"rules": [
{
"field": "string",
"op": "string",
"values": [
"string"
]
}
]
},
"enterpriseId": [
0
]
}
object
filter
Optional
filter
array of
integer
enterpriseId
Optional
enterpriseId
Responses
200
Request was successfully processed
Returns
event_get_proxy_events_result
of type(s)
application/json
"event_get_proxy_events_result Object"
array of
data
data
Required
data
object
metaData
Required
metaData
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/event/getProxyEvents