Hey
I want to get tickets from my Freshdesk, and here i need to use pagination.
The response gives vi 30 entrys, and gives the total:
After reading some post, I see it is possible to use pagination in Klipfolio - so perfect! The max number of opening ticket we have, is max 100, so do see us hit the timeout.
I the tried to create a new datasource with the page parameter, but it fails.
My URL is: https://company.freshdesk.com/api/v2/search/tickets?query="status:2 OR status:3"&page={props.page}
What do I do wrong? :)