latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Report

Retrieve accessibility violations for latest test runs in a workspace

Used to retrieve accessibility violations for latest test runs in a workspace

post/workspaces/{workspace_id}/reports/accessibilityRuleViolations

Path parameters

workspace_idstring required

Workspace ID to filter by

Query parameters

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

Request body

severity_level'critical' | 'serious' | 'moderate' | 'minor'

Violation severity level to filter by

rule_idsstring[]

Rule IDs to filter by

test_labelsstring[]

Test labels to filter by

application_idsstring[]

Application IDs to filter by

environment_idsstring[]

Environment IDs to filter by

start_timeinteger

The start time of the time period (in epoch milliseconds)

end_timeinteger

The end time of the time period (in epoch milliseconds)

Response

Array of accessibility rule violations

cursorstring

Cursor used for pagination