v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBevents
Get application events
Use this endpoint to fetch application events.
get/events/applications/{applicationId}
Path parameters
applicationIdstring uuid required
Application ID
Query parameters
state'PAST' | 'ACTIVE' required
Event state
Response
Successful response.
Example response
[
{
"invitations": {
"repeat": {
"intervalInMinutes": 1440,
"count": 2
}
}
}
]