Unable to call a Store Query with a parameter expecting a list

Hi,

Where is the documentation around calling a store query using POST HTTP. We would really like an example of how to called a store query with a list as we have not been able to make it work. We grok the Manual and Apiary documentation without any luck.

Here a little more info

https://myServer/MyDatabase/update?query=myStoredQuery&$myList=%22Item1%22 %22Item2%22

It will do the action on the first item in the list but not the second one. We are assuming that we need to put a list separated by space like the command line since it really the only documentation we found regarding this.

After work with Stardog, we had mis-understood the documentation of how the CLI work with --bind. What we need is more like a --values which is not yet supported.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.