APIs & Integrations

kmuenze
Participant | Platinum Partner
Participant | 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 Upvotes
3 Replies 3
Jaycee_Lewis
Community Manager
Community Manager

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 Upvotes
kmuenze
Participant | Platinum Partner
Participant | 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 Upvotes
kmuenze
Participant | Platinum Partner
Participant | 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 Upvotes