#ali2907-persons-list

1 messages ยท Page 1 of 1 (latest)

naive vortex
#

Can you share your exact code @topaz karma ?

topaz karma
#

I am just using postman / CURL

#

Here is the request ID: req_aA4OexFbJc3AZx

topaz karma
#

@naive vortex any ideas?

naive vortex
#

not yet, sorry there are 14 ongoing threads

#

hum I'm not finding much unfortunately. Where did you get that Person id from exactly? What are you really trying to do? paginating via postman/curl doesn't really make sense

topaz karma
#

First I made a List Persons call with no ending_before and starting_after and got a list of persons; then I used one of those person IDs and made a request with the ending_before set.

I am in development mode; I am trying to understand this APIs through CURL before I write code.

#

Here is the List Persons call with no fields set: req_HQ9KmhO67TlbAU

I get a list of 10 persons with has_more set to true

naive vortex
#

yeah it's tricky because GET requests don't store the results so I can't really use it to debug ๐Ÿ˜ฆ

#

let me see if I can reproduce

naive vortex
#

@topaz karma okay I can repro, this sounds like a bug to me

naive vortex
#

Sorry about the trouble. I guess it's rare any account has more than 10 persons and needs pagination ๐Ÿ˜…

topaz karma
#

Ah interesting. do I get a reward for findings this? ๐Ÿ˜‡

naive vortex
#

Not really something we do I'm sorry ๐Ÿ˜ฆ

topaz karma
#

Disappointing ๐Ÿฅบ