Report issues list

AuditSite.getReportWithoutDetails — this method returns the number of errors and information messages found by issues categories in a specific report.

the number of errors and information messages found by issues categories

Use case: With the AuditSite.getReportWithoutDetails method, check how many errors you have already fixed and how many errors are left to fix.

General request parameters and instructions for using Serpstat API.

Request parameters

Parameter

Description

Type

Optional

Default value

Value Options

id

A request id: the response contains the same id.

int/string

no

Text or number value

method

API method name

string

no

AuditSite.getReportWithoutDetails

params

The object with parameters {...}, it lists all the following parameters and arrays [...]

no

reportId

Audit report id

int

no

1251109 (any report ID number)

compareReportId 

Audit report id for comparison

int

yes

null 8630677 (any report ID number)

Response parameters
Parameters Description
id Response id corresponds the request id
result Contains the answer
categories Array of issue categories
key Issue category name
errors Array of errors and information messages within a specific category
priority Issue priority 
  • high 
  • medium 
  • low 
  • inforamtion
  • solved 
countAll Number of errors found or information messages
countNew Number of new errors found or information messages
countFixed Number of fixed errors or information messages

 Credits for this method are not deducted.

Example
Request data:
{
   "id": 1,
   "method":"AuditSite.getReportWithoutDetails",
   "params":{
      "reportId": 1,
      "compareReportId": 2
   }
}
Response data:

{
    "id": "1",
    "result": {
        "categories": [
            {
                "key": "pages_status",
                "errors": [
                    {
                        "key": "errors_400",
                        "priority": "high",
                        "countAll": 0,
                        "countNew": 0,
                        "countFixed": 9
                    },
                    {
                        "key": "errors_500",
                        "priority": "high",
                        "countAll": 0,
                        "countNew": 0,
                        "countFixed": 0
                    }
                ]
            }

Share this article with your friends

Are you sure?

Introducing Serpstat

Find out about the main features of the service in a convenient way for you!

Please send a request, and our specialist will offer you education options: a personal demonstration, a trial period, or materials for self-study and increasing expertise — everything for a comfortable start to work with Serpstat.

Name

Email

Phone

We are glad of your comment
I agree to Serpstat`s Privacy Policy.

Thank you, we have saved your new mailing settings.

Open support chat