Parameter | Description |
---|---|
Event Action Name | The action name of the event. |
Event Action Param | The action param of the event. |
Event IDs | A comma-separated list of event IDs. Can be obtained via the Query Event action. |
Scopes | The scopes for the request. |
{
"responseData": [
{
"entityId": "Entityid",
"eventId": "Eventid",
"taskId": "Taskid"
}
],
"responseEnvelope": {
"additionalText": "",
"recordsNumber": 0,
"requestId": "Requestid",
"responseCode": 0,
"responseText": "",
"scrollId": "Scrollid"
}
}
Was this page helpful?