Asked by Raghav Aggarwal on Oct 21, 2024
Raghav Aggarwal asked for an API to retrieve object properties filtered by a specific property group name.
Answered by Ryan Ginsberg
There's no direct API filter for group name. The solution is to fetch all properties for the object (`GET /crm/v3/properties/{objectType}`) and then filter the results client-side based on the `groupName` field.