GET

List Accessibility Scan Page Summaries


Developer Preview

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

Lists per-page aggregate results for a completed or partially completed scan. The response includes every discovered page: affected pages, pages with no findings, and pages that failed to scan. A page scan returns at most one page summary. Results are available only for completed and partially completed scans; a failed or expired scan never returns an empty list that could be mistaken for a clean result. Affected pages are returned first, ordered by their highest finding severity (critical first) and then finding count. Failed and clear pages follow in stable page-URL order.

Authentication

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

Permissions
Read Accessibility Scans
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/accessibility/v1/accessibility-scans/{accessibilityScanId}/page-summaries

Errors
404Not Found

There is 1 error with this status code.

428Failed Precondition

There are 3 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?