GET
/scope/support
curl \
--request GET 'https://sandbox.serchservice.com/api/v1/scope/support'
Response examples (200)
{
"status": "100 CONTINUE",
"code": 42,
"message": "string",
"data": {
"complaintChart": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"speakWithSerchChart": [
{
"value": 42,
"amount": 42.0,
"color": "string",
"image": "string",
"label": "string"
}
],
"complaintMetrics": [
{
"header": "string",
"count": "string",
"feature": "string"
}
],
"speakWithSerchMetrics": [
{
"header": "string",
"count": "string",
"feature": "string"
}
],
"years": [
42
]
}
}