Skip to main content

Redressed Consumer Complaints of Cellular Mobile Operators

Number of complaints redressed by operator.

GET/3.0/alternate/complaints-redressed-operator

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status":"ok",
"data":[
{
"period":"Nov 2024",
"operators":[
{
"key":"Jazz",
"value":150
},
{
"key":"Telenor",
"value":200
}
]
},
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2024")
operatorsarrayList of operators and their redressed complaint counts View

Operators

FieldTypeDescription
keystringOperator key (e.g., "Jazz", "Telenor")
valuenumberNumber of redressed complaints for the operator

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Redressed Consumer Complaints of Cellular Mobile Operators

curl -X GET "https://csapis.com/3.0/alternate/complaints-redressed-operator" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics