Skip to main content

Redressal Ratio of Cellular Mobile Operators

Redressal ratio for each operator (redressed / received).

GET/3.0/alternate/complaints-redressal-ratio-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",
"average":0.78,
"operators":[
{
"key":"Jazz",
"value":0.82
},
{
"key":"Telenor",
"value":0.74
}
]
},
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2024")
averagenumberAverage redressal ratio across all operators for the period
operatorsarrayList of operators and their redressal ratios View

Operators

FieldTypeDescription
keystringOperator key (e.g., "Jazz", "Telenor")
valuenumberRedressal ratio for the operator

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Redressal Ratio of Cellular Mobile Operators

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

Use Cases

  • Data analysis
  • Dashboard / metrics