Related Product
Which product is this feature related to?
Registrations
Is your feature request related to a problem? Please describe.
I need to use the API to determine if a signup is closed or not so I can disable the button on our website that links to the registration page on Church Center. If the registration status is set to "Open" with "Close registration automatically" set, then the close_at attribute is set and I can use that. However, if the registration status is just "Closed", there is no attribute that shows then when fetching a signup (close_at is null and open_at is null)
Describe the solution you'd like
Add a boolean closed attribute when fetching a signup
Describe alternatives you've considered
It looks like the internal API has a closed attribute that is used on the Church Center website, but I cannot use the internal API
https://api.churchcenter.com/registrations/v2/events/{id}
Additional context
API endpoint: /registrations/v2/signups/{id}
I have..
Related Product
Which product is this feature related to?
Registrations
Is your feature request related to a problem? Please describe.
I need to use the API to determine if a signup is closed or not so I can disable the button on our website that links to the registration page on Church Center. If the registration status is set to "Open" with "Close registration automatically" set, then the close_at attribute is set and I can use that. However, if the registration status is just "Closed", there is no attribute that shows then when fetching a signup (close_at is null and open_at is null)
Describe the solution you'd like
Add a boolean closed attribute when fetching a signup
Describe alternatives you've considered
It looks like the internal API has a closed attribute that is used on the Church Center website, but I cannot use the internal API
https://api.churchcenter.com/registrations/v2/events/{id}
Additional context
API endpoint: /registrations/v2/signups/{id}
I have..