Consumer Complaints by Technology
Count of consumer complaints segmented by technology (voice, data, SMS, broadband).
GET/3.0/alternate/complaints-by-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
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2024") |
total | integer | Total number of complaints for the period |
technologies | array | List of technologies and their complaint counts View |
Technologies
| Field | Type | Description |
|---|---|---|
key | string | Technology key (e.g., "cmo", "isp", "ptcl") |
value | integer | Number of complaints for the technology |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Consumer Complaints by Technology
curl -X GET "https://csapis.com/3.0/alternate/complaints-by-tech -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics