cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
408
Views
0
Helpful
1
Replies

webex api - max parameter return incorrect number of results

gmagali1989
Level 1
Level 1

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

1 Reply 1

dtibbe
VIP Alumni
VIP Alumni

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..