APIs & Integrations

kmuenze
Participant | Partenaire solutions Platinum
Participant | Partenaire solutions Platinum

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 Votes
3 Réponses
Jaycee_Lewis
Gestionnaire de communauté
Gestionnaire de communauté

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 Votes
kmuenze
Participant | Partenaire solutions Platinum
Participant | Partenaire solutions Platinum

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 Votes
kmuenze
Participant | Partenaire solutions Platinum
Participant | Partenaire solutions Platinum

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 Votes