APIs & Integrations

AKakadiya
メンバー

Inquiries for deals' api ( for filter out deals data )

解決

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.

0 いいね!
1件の承認済みベストアンサー
Phil_Vallender
解決策
最優秀メンバー | Diamond Partner
最優秀メンバー | Diamond Partner

Inquiries for deals' api ( for filter out deals data )

解決

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.

Phil Vallender | HubSpot Website Agency

元の投稿で解決策を見る

1件の返信
Phil_Vallender
解決策
最優秀メンバー | Diamond Partner
最優秀メンバー | Diamond Partner

Inquiries for deals' api ( for filter out deals data )

解決

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.

Phil Vallender | HubSpot Website Agency