Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Company properties filters for List API
SOLVERegular Contributor
07-20-2018 03:15
Hey,
I would like to be able to create a list via the API based on some company filter :
Endpoint : https://api.hubapi.com/contacts/v1/lists
{
"name": "Test",
"dynamic": true,
"portalId": xxxxx,
"filters":
[
[{
"operator": "EQ",
"value": "some_value",
"property": "some_company_property",
"type": "string"
}]
]
}
When is this feature going to be available ?
Thank you in advance,
Cheers
Solved! Go to Solution.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content