- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Search contacts: need to get all contact's properties
SOLVEJan 28, 2021 10:10 AM
Hello all, I would like to know if there's a way to get all contact's properties (not only the default ones) without typing them all in the 'properties' array (kind of burdensome especially if we have plenty, but moreover it's not so flexible if some new properties are added later via hubspot admin app).
A kind of wilcard would be great (tested just in case, but it fails :))
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Jan 29, 2021 5:36 AM
Hi @dabid ,
You can try to do this with the Schema API.
https://api.hubapi.com/crm/v3/schemas/contacts
There will be an entry in the response with all the properties they exist on the Contact records.
You can create a object from the properties there and add them to the next call.
Greets Ronald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content