Hey
@Mei Thom,
It might be possible from the GET URL, but I am not sure.
I can recommend a code-based solution though, it will involve sorting based on the timestamp key value (you'll need to look to see what they key is actually called, and what the format of it is). See here for an example:
https://stackoverflow.com/a/35437868I have a script that pulls comments for another purpose, here is a snippet:
notes_json = self.rest_client().get("/incidents/" + str(incident_id) + "/comments?handle_format=names")
for each in notes_json:
each["text"] = (str( each["text"].encode("UTF-8", 'replace') ))
------------------------------
Jared Fagel
Cyber Security Analyst I
Public Utility
------------------------------