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:
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!