Hi,
I want to get all the closed tickets sortedby /orderedBy "reportDateUtc"/"createdBy" from solar winds web helpdesk via API ?
I tried this but it didn't work
params = {"qualifier": "(statustype.statusTypeName = 'Closed')", "orderBy": "reportDateUtc DESC"}
Thanks