Curiously the end-points listed at http://localhost:7474/db/data include the URI for getting all labels, but not the URI for getting all property keys. However, that is available in the documentation at http://neo4j.com/docs/stable/rest-api-property-values.html. The URI is http://localhost:7474/db/data/propertykeys.
I wonder why it is omitted? On Fri, Nov 7, 2014 at 6:56 AM, Michael Hunger < [email protected]> wrote: > Of a node currently only by returning them with values > > The other two are available via a REST mgmnt api > > See curl http://localhost:7474/db/data/ > > Von meinem iPhone gesendet > > Am 06.11.2014 um 17:14 schrieb Juraj Magath <[email protected]>: > > Is it possible to obtain: > 1, set of property keys(names) of a particular node(and perhaps all the > distinct property keys found in database, nodes only) > 2, set of relationship types in database > > *via Cypher*? > > Any help would be appreciated > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
