get https://api4.optimove.net/Integrations/GetActivityEventList
Returns all available custom SDK events with each event parameter's name and type.
Sample Request
https://apiX.optimove.net/current/integrations/GetActivityEventsList
Sample Response
[
{
"ID":1001,
"Name":"Set user ID Predefined event",
"Event_Parameters":[
{
"id":1,
"name":"Original Visitor ID",
"type":"String"
},
{
"id":2,
"name":"UserID",
"type":"String"
}
]
}
]