APIs & Integrations

kmuenze
参加者 | Platinum Partner
参加者 | Platinum Partner

v1 /contacts/v1/lists/all/contacts/all returns an empty set of contacts but v1/lists/recent does

 

Call to /contacts/v1/lists/all/contacts/all

{
    "contacts": [],
    "has-more": true,
    "vid-offset": 6201
}

 but calls to /contacts/v1/lists/recently_updated/contacts/recent

return a complete data set

 

It looks like the all contacts response is not working.

0 いいね!
3件の返信
Jaycee_Lewis
コミュニティーマネージャー
コミュニティーマネージャー

v1 /contacts/v1/lists/all/contacts/all returns an empty set of contacts but v1/lists/recent does

Hey, @kmuenze 👋 Thanks for reaching out. Can you provide any additional details? An example request (minus your key or token) and the response will be helpful. Being able to reproduce the issue can be helpful for the community and understanding the root issue.

 

Best,

Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 いいね!
kmuenze
参加者 | Platinum Partner
参加者 | Platinum Partner

v1 /contacts/v1/lists/all/contacts/all returns an empty set of contacts but v1/lists/recent does

Hi Jaycee,

Any update on this?

0 いいね!
kmuenze
参加者 | Platinum Partner
参加者 | Platinum Partner

v1 /contacts/v1/lists/all/contacts/all returns an empty set of contacts but v1/lists/recent does

Hi Jaycee:

 

https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=100

 

{
    "contacts": [],
    "has-more": true,
    "vid-offset": 6201
}

 

0 いいね!