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

Checkins - GET check-ins/v2/stations with includes returns a 500 #1257

Open
4 tasks done
michaelhvisser opened this issue Dec 14, 2024 · 0 comments
Open
4 tasks done

Comments

@michaelhvisser
Copy link

Affected Product
Which product does this bug affect?
Check-Ins

Describe the bug
When including any of the four options listed in the docs: event, location, print_station, theme a 500 error is thrown. I can pull data just fine without any includes.

{
    "errors": [
        {
            "status": "500",
            "title": "Internal Server Error",
            "detail": "An internal server error occurred on our end and we've been notified. Please contact support if the issue persists."
        }
    ]
}

To Reproduce
Accessing the data via a GET request in postman.

Expected behavior
Return a response that includes the data desired.

Additional Context:
Standard postman GET request using basic auth with an Org Admin level account.

I have..

  • Reviewed the documentation found at https://developer.planning.center/docs
  • Searched for previous issues reporting this bug
  • Removed all private information from this issue (credentials, tokens, emails, phone numbers, etc.)
  • Reviewed my issue for completeness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant