Query Parameter Functionality Issue in SysAid API (V1) Hello,I'm trying to understand how parameters work in the SysAid API. I've been using a request to retrieve service requests within a date range like so:https://myCompany.sysaidit.com/api/v1/sr?insert_time=1483246800000,1711152000000 However, when I add another query parameter to specify certain fields to be returned, neither of the two filters seems to work:https://myCompany.sysaidit.com/api/v1/sr?insert_time=1483246800000,1711152000000&fields=problem_type,alertID,CustomColumn17sr,sr_type,problem_sub_type,third_level_category,title,status,request_user,responsibility,priority,insert_time,close_time,due_date,update_time Does the SysAid API support more than one query parameter? If it doesn't, how should I structure the request according to the API's requirements?Thanks for your help!