I have recently come across a strange error while using java script SDK.
I was using Get queues API in javascript SDK, and the response was incorrect (returning 3 queues).
The same API in HTTP is returning correct response (returning 8 queues).
I thought its access issue, but I have Master Admin access to all the divisions in our org.
Can anyone suggest me to resolve this?
Is this API issue or platform issue?
This is not an issue with the SDK. You are doing something differently between the two requests. For example, you're setting joined and divisionId in the SDK request but not in the UI request. Look in your browser's network console to compare exactly what is being sent for each request.