Query Community

To query a community with certain criteria, the following parameters are used:

  • The search parameter allows you to filter communities based on the community displayName.

  • The categoryId parameter allows you to filter communities based on community categories.

  • The isDeleted parameter allows you to check whether the searched community is deleted or not.

  • The tags parameters allow you to filter communities based on the tags set (or not set) in each community.

  • The filter parameter allows you to filter by members, non-members, or both in a community.

    The CommunityFilter parameter can take the following values: CommunityFilter.All, CommunityFilter.Member,and CommunityFilter.NotMember

  • The sortBy parameters allow you to filter communities based on the order in which they were created or alphabetically.

    The CommunitySortingMethod can take the following values: CommunitySortingMethod.DisplayName, CommunitySortingMethod.FirstCreated, and CommunitySortingMethod.LastCreated

Last updated