v3 API//
- Get rule results page count trend values for specified audit run relative to current day
Get rule summary for specified audit run
Get rule status trends for specified audit run
Get rule results trend values for specified audit run relative to current day
Get all rules overview for specified audit run
Get rule details for specified rule within specified audit run
Get page rule results within specified audit run
Get specific rule page results within specified audit run
Get rule results page cou...
GET /v3/web-audits/{auditId}/reports/rule-summary/trends/page-count
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/web-audits/107239/reports/rule-summary/trends/page-count?days=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "runs": [ { … } ] }