How to Get Group Settings Hash ID using name filter?

I’m trying to get a Group_Settings Hash ID so I can assign a Group when creating a new Client, but I’m not sure the API call allows filters.

I tried doing something like this:
GET /api/v1/group_settings?name=“Groupie Name”

But it just throws back the full list of all the Group_Settings in a collection.

Is it possible to use a search filter with this call so I just get the Group I need based on its name?

Cheers,
Anthony.

@Ant

Filtering is not yet currently available on group settings, i’ll get it added into the system.

1 Like

@david
Thanks for confirming, and adding it to the queue, I appreciate it.

For the moment I got a work around.

Cheers,
Anthony.