Hello, could someone help me, please?
I am using this url to download the tickets with metrics:
But I need to get also the SLA information (Reached or Not Reached) for every ticket. Is it possible?
I also need to convert all the datetimes to my timezone (GMT-3), as it already works the platform. How can I do it automatically? I am doing this manually via code, deducting 3 hours for every datetime field.
Thanks
Cezário
ticket_idparameter to create the collection of data that works best for your needs.With respect to the timestamps, that will be returned in GMT-0, so when adding this to your database, you can choose to add both the UTC time and whatever timezones you'd like to store along with it.