These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

How to Query in a GenericPropertyDataCollection REST API

Hello, when I have multiple values in a json result, but I want to query just those that have one "Name" with value "AB", how can I build the query for this ?

For example: for the link, I'm filtering with the condition pointing to field GroupId https://{{URL}}/api/GroupSummary?GroupId=Startswith:COMMITTEE/NA&Limit=10

But in the case that one committee has many Generic Properties (Asi.Soa.Core.DataContracts.GenericPropertyDataCollection), I'd like to filter by one of those properties.

How to do it ?

Thank you!