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.

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.