What would you like to know more about?

Advanced URL Filters

Multiple Filters

A URL may contain multiple filters separated by an ampersand (&). There is no limit to the number of filters which may be included and combining filters offers a useful way to return a specific set of Groups.

/groups?congregationid=5&meetingdays=4

Multiple Filter Values

A single filter may contain multiple ID values separated by a comma. Employing a comma separated list of IDs can expand the set of Groups returned.

/groups?meetingdays=2,3

Multiple Keywords

URLs cannot contain spaces, but %20 or + may be used instead. This is useful when filtering by two sequential keywords. Perhaps both "adult" and "community" would individually return too many Groups. In this case a combination could be used.

/groups?keyword=adult+community