Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return all event registrations in object #88

Open
asirota opened this issue Mar 3, 2021 · 0 comments
Open

Return all event registrations in object #88

asirota opened this issue Mar 3, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@asirota
Copy link
Member

asirota commented Mar 3, 2021

The event registrations object requires an event ID to be passed in. Figure out a way to return all event registrations to allow blending with event object. Is it possible to create a new option in event registration to include all event registrations?

If contact Id and event id are left empty use $filter to assemble a list of all event Registration IDs. The $filter field can be used to retrieve a list of all event registration IDs.

Example:

?$filter=id in [1,2,3,4….]

This should be the default configuration of the event registrations object. Selecting by and event IDs or contact ID should be optional.
See support request.

@asirota asirota added the enhancement New feature or request label Mar 3, 2021
@asirota asirota modified the milestone: v2.1 release Mar 3, 2021
@asirota asirota added this to the v2.1 release milestone Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant