You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am an administrator for my club's group, which uses subgroups to organize events for different sections Currently, the Spond.get_events() method only returns events from the subgroups I am explicitly a member of, even though, with admin permissions, I am able to access all events.
The API provides a parameter called includeHidden. When set to true, this parameter allows access to all events, including those restricted to admin view. I've tested adding includeHidden=true to the parameters of Spond.get_events(), and it successfully returns all events as expected.
Could Spond.get_events() get an extra parameter to include hidden events.
The text was updated successfully, but these errors were encountered:
I am an administrator for my club's group, which uses subgroups to organize events for different sections Currently, the
Spond.get_events()
method only returns events from the subgroups I am explicitly a member of, even though, with admin permissions, I am able to access all events.The API provides a parameter called
includeHidden
. When set totrue
, this parameter allows access to all events, including those restricted to admin view. I've tested addingincludeHidden=true
to the parameters ofSpond.get_events()
, and it successfully returns all events as expected.Could
Spond.get_events()
get an extra parameter to include hidden events.The text was updated successfully, but these errors were encountered: