Skip to content

Add closed attribute to signups in Registrations API #1458

@symmetry-admin

Description

@symmetry-admin

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..

  • Reviewed the documentation found at https://developer.planning.center/docs
  • Searched for previous issues asking for this feature request
  • Removed all private information from this issue (credentials, tokens, emails, phone numbers, etc.)
  • Reviewed my issue for completeness

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions