Discussions

Ask a Question
Back to All

How filter get function

Good morning I§ve been trying to filter data received from get function according the the annotation ID. I implemented the code according to sample codes from your web but still not getting the desired output. This is the code
response = client.get(
f"queues/{QUEUE_ID}/export?format=json&"
f"status=exported&"
f"exported_at_after={date_start.isoformat()}&"
f"page_size=100&page=1&"
f"id = 9600463"

Instead of getting the annotation 9600463 data the response content is all exported annotation exported after the date_start variable.