A valid request URL is required to generate request examples"[this request has a binary response]"Export existing saved queries using the scope parameter.
A valid request URL is required to generate request examples"[this request has a binary response]"Authorization: Bearer $JWT_TOKEN
Scope of saved queries, only the first scope parameter is used.
all, public, shared, owned OK This response will contain binary content.
The response ZIP file will contain JSON files using their query name as the file name. The underlying JSON file is expected to have the following structure:
{
"name": "Return_Nodes",
"query": "MATCH (n) RETURN n",
"description": "Returns all nodes in a given graph"
}The response is of type file.