POST

Query Member Abouts


Developer Preview

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

Retrieves a list of content from the "About" sections, given the provided paging, filtering, and sorting. Query Member Abouts runs with these defaults, which you can override:

  • createdDate is sorted in ASC order
  • paging.limit is 100
  • paging.offset is 0

For field support for filters and sorting, see Member About: Supported Filters and Sorting. To learn about working with Query endpoints, see API Query Language

Permissions
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Manage Members
Read Members
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/members/v2/abouts/query

Body Params
queryQuery

Query options. See API Query Language for more details.

Response Object
memberAboutsArray <MemberAbout>

The retrieved content from the "About" sections.


metadataMetadata

Metadata for the paginated results.

Query Member "About" Sections Content
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?