Bad

GET /rating/bad

Query parameters

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data array[object]
      Hide data attributes Show data attributes object
GET /rating/bad
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/rating/bad'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": [
    {
      "name": "string",
      "rating": 42.0,
      "comment": "string",
      "category": "string",
      "image": "string"
    }
  ]
}