Hello there,
Please try something like this:
GET https://api.clarizen.com/V2.0/services/data/Query?q=SELECT ExternalId,Name FROM WorkItem WHERE StartDate>"2020-01-01"
I hope this helps.
Roland
Comment actions
How can I restrict my Python API to extract data only after a specific start date?
Please sign in to leave a comment.
Hello there,
Please try something like this:
GET https://api.clarizen.com/V2.0/services/data/Query?q=SELECT ExternalId,Name FROM WorkItem WHERE StartDate>"2020-01-01"
I hope this helps.
Roland