Fetch auth chart

GET /scope/admin/chart/auth

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