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