Hi,
I am set up an API to pull data into a google sheet however I unable to figure out how to use custom fields in my JSOn query string (e.g customfield1=X and customfield2=Y.
My current string looks like this (cobble together after much internet searching)
zendesk.com/api/v2/incremental/tickets.json?per_page=1000&start_time=1609459200&include=users,groups,organizations,metric_sets,ticket_forms"
Anyone have any ideas?