You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that we can only query the information of vertexes. How can I get the information of the edges related to these vertexes using API (not UI)?
I tried this command: curl -XGET -i -H 'accept-encoding: application/json' http://localhost:8000/api/search\?_type\=edge
But it doesn't work.
Thank you very much!
The text was updated successfully, but these errors were encountered:
It seems that we can only query the information of vertexes. How can I get the information of the edges related to these vertexes using API (not UI)?
I tried this command:
curl -XGET -i -H 'accept-encoding: application/json' http://localhost:8000/api/search\?_type\=edge
But it doesn't work.
Thank you very much!
The text was updated successfully, but these errors were encountered: