Hi [Samuel Pares], have a nice day
I am currently using this API:
/api/v2/contacts?per_page=30&page=<%= context.page %>
to get the contact list but the response does not have an avatar.
- I do not want to call 1 API:
/api/v2/contacts/<%= context.id %>
to map information with avatar. When using like that, I have to requet 30 times to get information for mapping. And when I press loadmore to get 30 more records. The API reports limit request in 1 minute. Is there any way to solve this problem.
Because I see on the contact list screen that it is using another api, not the api as in the freshdesk document