Skip to main content

Redressed Consumer Complaints - by Technology

Number of consumer complaints that were redressed (resolved) grouped by technology.

GET/3.0/alternate/complaints-redressed-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":"Nov 2024",
"total":1234,
"technologies":[
{
"key":"cmo",
"value":456
},
{
"key":"isp",
"value":321
},
{
"key":"ptcl",
"value":457
}
]
},
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2024")
totalintegerTotal number of complaints for the period
technologiesarrayList of technologies and their complaint counts View

Technologies

FieldTypeDescription
keystringTechnology key (e.g., "cmo", "isp", "ptcl")
valueintegerNumber of complaints for the technology

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Redressed Consumer Complaints - by Technology

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

Use Cases

  • Data analysis
  • Dashboard / metrics