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
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.
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.
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..
The text was updated successfully, but these errors were encountered: