Audit start
AuditSite.start — method starts an audit due to the settings saved previously.
Request parameters | ||
Parameters | Value | Description |
id | any number or string | A request id: the response contains the same id. Enter any number (number) or text (string) value |
method | AuditSite.start | API method name |
params | {...} | The object with parameters {...}, it lists all the following parameters and arrays [...] |
projectId (important) | Project id | Audit project id |
Response parameters | |
Parameters | Description |
id | Request id |
result | Contains the answer. Null — audit start request has been completed successfully |
The number of used credits = the number of pages checked.
{
"id":1,
"method": "AuditSite.start",
"params":{
"projectId":123456
}
}
{
"id": "1",
"result": {
"reportId": 10865982
}
}