Enables administrators and developers to programmatically retrieve a list of reminders a user has set for a certain event.
Authorization
Bearer YOUR_TOKEN
EventID
UserID
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/events/153/reminders?UserID=1017
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "ReminderID": 627, "EntityType": 5, "EntityID": 153, "ReminderType": 1, "ReminderTime": 30, "UserID": 1017, "ReminderSent": false }, { "ReminderID": 628, "EntityType": 5, "EntityID": 153, "ReminderType": 1, "ReminderTime": 10, "UserID": 1017, "ReminderSent": false }, { "ReminderID": 629, "EntityType": 5, "EntityID": 153, "ReminderType": 1, "ReminderTime": 2, "UserID": 1017, "ReminderSent": false } ] }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/42843/rest-api-get-reminders
Your session has expired. You are being logged out.