Hi,
With the stations API the max pageSize allowed user to set is 500 (when setting it to greater, such as 600, the returned result is still 500, as in screenshot below)

Normally this indicates the max return size is 500 per page, for other Genesys APIs. But for stations, it only can return 100 items as result.
Moreover, although it only returns 100 items, for the next page it start getting items from the 500th station. So for a 2000 stations API, total page will be 4 and by iterating through it using pageSize 500 and increasing the pageNumber, I will only get 400 stations as result.
I have checked a previous post regarding this issue:

Response was that the API only supports max 100 entitie. I request that if that is the case, change Max pageSize to be 100 to be consistent. This is the behaviour for other Genesys API, that if the pageSize exceeds the max, then it will automatically set it to the max.
If it is possible to actually be returning 500 stations, that would be great. In my case the environment has 26k stations, and with 100*100 the API won't be able to return all the results.
Kind Regards,
Yi
#PlatformAPI------------------------------
Yi Lu
------------------------------