REST API GET persistence items

I dont understand following api behavior.

If i send a get request on which items are available from persistence service i get an empty result and
it makes no difference with or without url param serviceId set…

In case i request a specific item i get persisted data…

So that makes no sense for me. Or im missing some link here :unamused:

I have the same problem here… anyone have a solution?

I can only guess that the first problem in was that the requested persistence service wasn’t installed.
In the other request the items from the default persistence were displayed.If the second request would have been called to the influxdb peristence the return would have been empty as well.

What is your actual problem?