GET

Get Comment Context


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 the comment permissions resolved for the current identity in the specified context.

Unlike category permissionsSettings, which describe the configured policy, the returned permissions are the resolved result for the caller: they account for the identity's roles, including site owner and moderator overrides.

Specify REGISTRATION_DATA in fields to also return the site's registration policy (registrationData). Registration data resolution is best effort: when the site's sign-on policy can't be resolved, the field is omitted and the rest of the response is returned.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permission Scopes
Read Comments
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/comments/v1/contexts/{appId}

Errors

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

Did this help?