webex api - max parameter return incorrect number of results
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2023 04:15 AM
Hi
im using the Webex api : https://webexapis.com/v1/people?max=1
when limiting my request with max parameter im getting back wrong amount of results.
when using max=1 im getting empty result -> {"notFoundIds":null,"items":[]}
when using max=2 im getting 1 results
when using max=3 im getting 2 results....
what can be the reason for this issue? can be an empty / hidden account? does the response is sorted so the first account is always hidden but the rest are not?
Thanks
Gil
- Labels:
-
Webex API
-
Webex Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2023 04:33 AM
I just tried here using postman and the developer portal, the API endpoint was working as expected.
Have you checked that your code does not supress one result? I do specify max=0, I do receive an invalid parameter value error, so I guess the parameter will be sent correctly and the result handling is wrong..
