get/audit_2/indexing/summary
Method description
Use the method to get an Index Checker report summary for the applied dates.
Method parameters
Parameter | Type | Description | Default |
Mandatory | |||
---|---|---|---|
project_id | int | project ID | |
searcher_key | int |
Search engine key See a description of values here |
|
dates | array of date | Random dates of checks | |
Additional | |||
show_counts_changes | boolean | Add a change count to the result | 0 |
show_counts_in_index | boolean | Add an indexed links count to the result | 0 |
show_counts_all | boolean | Add a checked links count to the result | 0 |
Returned data
Parameter | Type | Description |
result (object) | ||
---|---|---|
counts_changes | array(int) | The number of links with the changes detected |
counts_in_index | array(int) | The number of indexed links |
counts_all | array(int) | The total number of checked links |