POST

List Answers


Retrieves the answers to the membership questions, given the provided filters.

Note: This endpoint requires visitor or member authentication.

Endpoint
POST
https://www.wixapis.com/social-groups-proxy/questions/v2/membership-questions/{groupId}/answers

Path Params
groupIdstringRequired

Group ID.

Body Params
memberIdsArray <string>format GUIDmaxItems 500

Member IDs. If no member ID is provided, answers for all members will be returned. See the Members API for more details.


pagingPaging
Response Object
memberAnswersArray <MemberMembershipQuestionAnswers>

Answers to the membership questions, grouped by member.


questionsMap <string, MembershipQuestion>format map

Membership questions by question ID. Includes only questions that have been answered by the specified members.


metadataMetadata
List Answers Example 1
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?