We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
3 weeks ago
Hi there,
How to get deals via doing filter.
So the requirement is, i have so many deals so i want to get deals, which only matches with studentId, which has in a single deal.
EX:- There are deals with studentId property's value like 123 so i want all of the deals which matched with studentId 123.
Is there any way from where i can get deals with this filter in deals' api.
Solved! Go to Solution.
2 weeks ago
Hi @AKakadiya
To do this you need to add the relevant query parameter to your GET request for deals. The query parameter should be formatted as ?property=studentId:value where value is the actual student ID you want to fiter on.
Hope this helps.
2 weeks ago
Hi @AKakadiya
To do this you need to add the relevant query parameter to your GET request for deals. The query parameter should be formatted as ?property=studentId:value where value is the actual student ID you want to fiter on.
Hope this helps.