I'm using the ActiveCollab API to query projects. I'd like to query recently completed projects. Is there a way I can use the "completed_on" field to query multiple dates?
Thanks!
I'm using the ActiveCollab API to query projects. I'd like to query recently completed projects. Is there a way I can use the "completed_on" field to query multiple dates?
Thanks!
You can run a projects report instead of regular projects archive. Here's an example API URL:
Notice the completed_on_filter
argument and that it specifies a date range.