Knowledge Base

How do I display the REST code from the 3.0 Browser

In Neo4j 3.0 and its implementation of the Bolt protocol, requests submitted via the browser (http://localhost:7474) are submitted using Bolt. From the results frame, on the bottom left, you can click on the </> Code icon to see the response submission. Below is a depiction when Bolt is enabled:

how do i display the rest code from the 3 0 browser 9ueZrr0

To revert to a REST API request you need to disable Bolt via the "gears" icon in the bottom left of the browser. Upon clicking the "gears" icon, you would then need to uncheck the checkbox for the field Use Bolt protocol when available (shown below):

how do i display the rest code from the 3 0 browser 3RlQmCW

With Bolt disabled, the Cypher results frame </> Code icon will now display as follows:

how do i display the rest code from the 3 0 browser cC3ooLb