Complaint 1

GET /scope/support/chart/complaint

Query parameters

  • year integer(int32) Required

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 /scope/support/chart/complaint
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/scope/support/chart/complaint?year=42'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": [
    {
      "value": 42,
      "amount": 42.0,
      "color": "string",
      "image": "string",
      "label": "string"
    }
  ]
}