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
I assume start_time and end_time query string parameters will filler for service_date_time between these values. Given the request below I am getting a response with service_date_time values that are not contained within the start and end time.
I assume start_time and end_time query string parameters will filler for service_date_time between these values. Given the request below I am getting a response with service_date_time values that are not contained within the start and end time.
Request
https://churchmetrics.com/api/v1/records.json?campus_id=0&start_time=2019-12-23T00:00:01Z&end_time=2020-01-07T23:59:59Z
Response
….
"service_date_time": "2019-12-21T23:00:00.000Z",
…
The text was updated successfully, but these errors were encountered: