Check the status and retrieve a Telco Data Usage Report with a call to: GET /reporting/telco_data_usage_reports/{id}
Successful response
Bad request
Unauthorized
Resource not found
{- "start_date": "2022-07-27",
- "end_date": "2022-07-29",
- "aggregation_type": "ALL"
}
{- "data": {
- "id": "string",
- "start_date": "string",
- "end_date": "string",
- "aggregation_type": "string",
- "status": "string",
- "report_url": "string",
- "result": [
- {
- "user_id": "string",
- "aggregations": [
- {
- "type": "string",
- "total_dips": 0,
- "total_cost": 0,
- "currency": "string"
}
]
}
], - "created_at": "string",
- "updated_at": "string"
}
}
Returns a list of your Telco Data usage reports.
Successful response
Array of objects (TelcoDataUsageReport) | |||||||||||||||||||
Array
|
Bad request
Unauthorized
Resource not found
[- {
- "data": [
- {
- "id": "string",
- "start_date": "string",
- "end_date": "string",
- "aggregation_type": "string",
- "status": "string",
- "report_url": "string",
- "result": [
- {
- "user_id": "string",
- "aggregations": [
- {
- "type": null,
- "total_dips": null,
- "total_cost": null,
- "currency": null
}
]
}
], - "created_at": "string",
- "updated_at": "string"
}
]
}
]
Retrieve the status of a given Telco Data usage report.
Successful response
object (TelcoDataUsageReport) | |||||||||||||||||||
|
Bad request
Unauthorized
Resource not found
{- "data": {
- "id": "string",
- "start_date": "string",
- "end_date": "string",
- "aggregation_type": "string",
- "status": "string",
- "report_url": "string",
- "result": [
- {
- "user_id": "string",
- "aggregations": [
- {
- "type": "string",
- "total_dips": 0,
- "total_cost": 0,
- "currency": "string"
}
]
}
], - "created_at": "string",
- "updated_at": "string"
}
}
Permanently deletes a Telco Data usage report.
Successful response
object (TelcoDataUsageReport) | |||||||||||||||||||
|
Bad request
Unauthorized
Resource not found
{- "data": {
- "id": "string",
- "start_date": "string",
- "end_date": "string",
- "aggregation_type": "string",
- "status": "string",
- "report_url": "string",
- "result": [
- {
- "user_id": "string",
- "aggregations": [
- {
- "type": "string",
- "total_dips": 0,
- "total_cost": 0,
- "currency": "string"
}
]
}
], - "created_at": "string",
- "updated_at": "string"
}
}