Schema

The list of objects can be retrieved using the following request:

  • HTTP example:

    Copy
    GET / HTTP/1.1
    Host: https://services.itrontotal.com/odata
    itron-route-override: iaodata
  • cURL example:

    Copy
    curl --location --request GET 'https://services.itrontotal.com/odata' \
    --header 'itron-route-override: iaodata'