Hi @Joonas you can find all public endpoints in the API Swagger, which you can access via the help page or the following path (see screenshot): In order to derive the time axis, you need to fetch the curve with its id (see above). The json will incude the value "samplingInterval". As the datapoints are sampled in a fixed time (... the samplingInterval), just multiply the index of the datapoint with the given samplingInterval. This results the absolute time of a given sample. If possible, use our internal forum for further SFK-P related questions: https://connect.bosch.com/forums/html/forum?id=ad8f03e0-715d-48af-a987-92507307f0b5&ps=25
... View more