/memberfilters
Get a collection of member groups.
Prerequisite
Resource URL
/v1/applications/{communityApiKeyName}/memberfilters
Use the appropriate regional endpoint to ensure that you comply with your organization's privacy policy, and applicable laws and regulations. For details about the available regional endpoints, and how to identify your organization's region, see API Access.
Available methods
Method | Description |
---|---|
GET | Returns a list of member groups. |
Parameters
Parameters can be appended to the request to further refine the results returned.
Operation | Description | Example |
---|---|---|
Refine the response by field |
To reduce the number of fields returned, specify the fields in a comma separated list. You can filter the response on the items that match your
criteria except for
|
/memberfilters?fields=name,id
|
Filtering by value | By default, all the items are returned
unless you specify your criteria using the variable name and value.
You can filter the response on the values in all of the
available fields except for:
|
Tip: If the query string parameter
q does not work, encode its value in the
URL. For example:
q=constraints[%22hidden%22]=true
|
Paging | By default, 20 items are returned at a time and the maximum is 1000. | Use the
limit and
offset query string parameters to effectively
page through the results.
|
Sorting | You can sort the response on the following
fields:
|
/memberfilters?sort=name:d
|
For more information, see Content control.
Available fields
Item | Description | ||||||
---|---|---|---|---|---|---|---|
categories
|
The string value for the member variable
category. Possible values are:
|
||||||
condition
|
The filter criteria for the member group.
Tip: You can view the filter criteria in the
application by clicking
Member Groups in the left hand menu,
and clicking the group name.
|
||||||
constraints
|
The constraints collection specifies a set of behaviors that the system will implement for a given Member Variable. For the most part, these need not be adjusted from their defaults. For each supported constraint in the collection, a boolean value is recorded.
|
||||||
createDate
|
The date-timestamp UTC the member group was created. | ||||||
createdBy
|
The GUID of the user who created the member group. | ||||||
description
|
The text description of the member filter. | ||||||
id
|
The GUID for the member group. | ||||||
lastUpdateDate
|
The date-timestamp (UTC) for when the member group was last updated. | ||||||
lastUpdatedBy
|
The GUID of the user who last updated the member group. | ||||||
links
|
URLs that link to the:
|
||||||
name
|
|
||||||
sourceId
|
This is an internal field. |
GET Response Structure |
---|
|