Skip to main content

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

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2024")
totalnumberOverall redressal ratio for the period
technologiesarrayList of technologies and their redressal ratios View

Technologies

FieldTypeDescription
keystringTechnology key (e.g., "cmo", "isp", "ptcl")
valuenumberRedressal 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