Skip to main content

ListDataTrafficReports

List available data traffic reports.

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.

Query Parameters
  • startDate date

    Start date, written in YYYY-MM-DD or YYYY-MM format.

  • endDate date

    End date, written in YYYY-MM-DD or YYYY-MM format.

Responses

List of data traffic reports.


Schema array
  • period string

    The period the report covers.

  • resource string

    Path where the report can be downloaded.

  • fileFormat string

    The file format of the report.

  • size number

    Size of the report in bytes.

GET /iot-connect/reports/v1/traffic/data/:domainId

Request

Base URL
https://api.iot.telenor.com
domainId — path required
startDate — query
endDate — query
curl -L -X GET 'https://api.iot.telenor.com/iot-connect/reports/v1/traffic/data/:domainId' \
-H 'Accept: application/json'