events
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
}
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.