Report issues list

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

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 getReportWithoutDetails API method name
params {...} / [...] The object with parameters {...}, it lists all the following parameters and arrays [...]
reportId integer Audit report id
compareReportId (optional) integer Audit report id for comparison

 

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