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

Fewer service_times than expected #38

Open
keet77 opened this issue Oct 27, 2022 · 1 comment
Open

Fewer service_times than expected #38

keet77 opened this issue Oct 27, 2022 · 1 comment

Comments

@keet77
Copy link

keet77 commented Oct 27, 2022

This command returns only about 6 services, when our church has had far more services than that. Is the problem simply that they were never entered into Church Metrics, or am I doing something incorrectly?

curl "https://churchmetrics.com/api/v1/service_times.json" --header "Content-Type: application/json" --header "X-Auth-User: [email protected]" --header "X-Auth-Key: mykey" --request GET

I'm trying to correlate a certain kind of event from another system with service times in Church Metrics, but to make a record in C.M., I need to include information about the service time. I was expecting to have the service times already in C.M., but that might not be the case, so maybe I need to make the service times myself, but I want to make sure.

@keet77
Copy link
Author

keet77 commented Oct 28, 2022

Nevermind, I think I understand now after looking on the website -- the service times are just general, so there isn't a service time for each weekly occurrence of a church service. So I do need to correlate the records with a service time, but that's a general service time, while the service_date_time is a specific date and time.

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