queryMemberAbouts( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates a query to retrieve a list of "About" sections.

The queryMemberAbouts() function builds a query to retrieve a list of "About" sections and returns a MemberAboutsQueryBuilder object.

The returned object contains the query definition, which is typically used to run the query using the find() function.

You can refine the query by chaining MemberAboutsQueryBuilder functions onto the query. MemberAboutsQueryBuilder functions enable you to sort, filter, and control the results queryMemberAbouts() returns.

queryMemberAbouts() runs with these MemberAboutsQueryBuilder defaults, which you can override:

  • limit(50)
PROPERTYSUPPORTED FILTERS & SORTING
_ideq(),ne(),exists(),in(),hasSome(),startsWith()
memberIdeq(),ne(),exists(),in(),hasSome(),startsWith()
Permissions
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Manage Members
Read Members
Learn more about app permissions.
Method Declaration
Copy
Request
This method does not take any parameters
Returns
Did this help?