This is the error that I get when I try to fetch multiple Tickets at a time.
Now I would like to know, whether this error is caused by the actual API limit itself or by the client method(the basic 50 API limit controlled by proxy).
May be this is the way to find the cause of the API limit, but what would be the value of errorSource if the error is thrown by the Actual API limit instead of client method?
Hey @Bene_Immanuel,
This looks like the API rate limit error, if it had been from the platform’s request method, it would have given you an error message and would have also given you the rate limit breach.