Skip to main content

GetVoiceTrafficReport

Get voice traffic report for a specific day.

Path Parameters
  • domainId string required

    Possible values: Value must match regular expression ^([A-Za-z0-9]{8}-){0,6}[A-Za-z0-9]{8}$

    Domain the resource belongs to. Used to determine which users have access to the resource.

  • yearMonthDay date required

    Year, month and day, written in YYYY-MM-DD format.

Responses

The requested report. Will always be gzipped.

Response Headers
  • Content-Disposition string

Schema
  • string binary
GET /iot-connect/reports/v1/traffic/voice/:domainId/:yearMonthDay

Request

Base URL
https://api.iot.telenor.com
domainId — path required
yearMonthDay — path required
Accept
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/reports/v1/traffic/voice/:domainId/:yearMonthDay' \
-H 'Accept: application/gzip'