REST API return empty

Hi,

I’m trying to query the REST api for all items persisted on a specific persistenceservice (jdbc/mysql).
But the query returns nothing (on any persistence service, jdbc/rrd4j/mapdb).

The query is based on the rest api docs: http://myip:8080/rest/persistence/items?serviceId=jdbc

My hope was getting the items itemId in the mysql table :worried:
Anyone know a workaround or why the api call won’t work?

Either that API call has not yet been implemented or it is broken. I see the same behavior on 2.3 release.

That call wouldn’t have given you that information anyway. Had it worked you would have received an array of the Item names only.

Ok :slightly_frowning_face: