Redressal Ratio - by Technology
Redressal ratio (redressed / received) for each technology.
GET/3.0/alternate/complaints-redressal-ratio-tech
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"data":[
{
"period":"cmo",
"total":0.75,
"technologies":[
{
"key":"cmo",
"value":0.75
},
{
"key":"isp",
"value":0.68
},
{
"key":"ptcl",
"value":0.80
}
]
},
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2024") |
total | number | Overall redressal ratio for the period |
technologies | array | List of technologies and their redressal ratios View |
Technologies
| Field | Type | Description |
|---|---|---|
key | string | Technology key (e.g., "cmo", "isp", "ptcl") |
value | number | Redressal ratio for the technology |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Redressal Ratio - by Technology
curl -X GET "https://csapis.com/3.0/alternate/complaints-redressal-ratio-tech" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics