Get all ID's of Multigraph

Hello

Follow some URL to get all ID’s of Feeds in JSON Format
https://iks.koisupport.ch/feed/list.json

Is there also possible to get the ID’s of all created Multigraphs?

Thanks for any hints. :slight_smile:

Best Regards
Gregor

You can get a full and detailed list of multigraphs with all the configuration but not just a list as far as I know.

http://emoncms.org/vis/multigraph/getlist.json&apikey=abc123

You can also delete, create new and edit multigraphs via the api although I don’t recall seeing this documented anywhere

I have opened an issue on the emoncms repo as the response to the getlist api is not right, every quotemark in the feedlist is escaped by a backslash which shouldn’t be the case,

Hello Paul

Thanks for your solution, it is exactly what i need.

Best Regards
Gregor