Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On private network provided by on TTI with the SaaS offer using the data integration can be confusing to use since their there is no way to access a swagger ui UI as for the public documentation. It is impossible to use the URL bar of your browser, you will end up with either on a "404 - Not found" or on a "non authorized" message.

Solution

Makes sure the data integration is enabled for your application.

Don't try to go on "http://data.<domain_id>.thethings.industries"; It simply doesn't exist.

...

Code Block
curl -X GET \
  https://data.<domain_id>.thethings.industries/tryout<app_id>/api/v2/query \
  -H 'Authorization: key <access_key>'

...

Data integration.postman_collection.json contain the definition and helpers to use the data integration (right-click → Save as).

The following query parameter are available:

  • last=Xt, where X is a number and t a time unit (s for second, h for hour, d for day)
  • limit=X, where X is the number of uplinks you want to retrieve. Oldest one first.
  • offset=X, where X is number of uplinks to start from.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@144ab
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "private-network" , "integration" , "data-integration" , "saas" ) and type = "page" and space = "TKB"
labelsintegration data-integration saas private-network

...