I have a problem where I have a thousands of 6 digit extensions within the range of anywhere from 000000 to 999999. I have extensions such as 001001 to 983214 with lots of breaks in between. Using the normal GET /api/v2/telephony/providers/edges/extensions API request returns over 100 pages, which is way too many API requests (100 pages with pagesize=100).
Question 1
Page size = 100 is the highest number you can use for this API call. The other audit-like calls allow page size=500. What can I do to set this limit for this API call?
Question 2
Instead of scrolling through everypage, can I specify 8000 or 12000 extensions in one API request that I want the output for? This will drastically reduce the number of API calls
Question 3
Is there a way to register to be notified when a new extension is added to Genesys Cloud? I am scanning the environment at regular intervals and it is very inefficient!
#PlatformAPI------------------------------
Amit Abdul
------------------------------