REST API URL Mindsphere

0
Hello, I followed the Path “Build a Mindsphere App”. But I want so connect my own Mindsphere Assets and display the data of my assets, instead of the data from the data ingest module. I used the following URL to get a JSON response. http://localhost:8080/api/iottimeseries/v3/timeseries/{ASSETID}/{ASPECTNAME}. This was succesful.  I did exactly the same as in the Tutorial with the next steps, but I don’t know how my URL for the “REST Call” has to look like.    Can someone please help me?   best regards      
asked
2 answers
0

I do not fully understand your question.  To fetch data via the IOT timeseries API the URL is every time 

/api/iottimeseries/v3/timeseries/{ASSETID}/{ASPECTNAME}

with replaced ASSETID and ASPECTNAME.

 

answered
0

Hello Heiko, 

thank you.

And what has to come before the /api/iottimeseries.. ?

answered