Discussions

Ask a Question
Back to All

Request - /api/GroupMember - GroupClassId query param

Hi,

It would be super useful and potentially less wasteful request/resource-wise on the instance if we could for example GET /api/GroupMember?PartyID=IMIS_ID&GroupClassId=CLASSID

That way we don't need to iterate over every single groupmember instance to get the information we are interested in. For example: perhaps we just want to get groupmembers of Product Purchased Group types. We could do GroupClassId=E88E66B1-9516-47F9-88DC-E2EB8A3EF13E. Or event types: GroupClassId=EVENT.

There seems to be a GroupClassId filter in the https://developer.imis.com/reference/executegroupmember-1 method. So I'm sure it should be easily possible.

Thanks.