7.4.2 List Graphs
HTTP Request: 
               
            GET https://localhost:7007/ui/v1/graphsRequest
The following curl command lists all the graphs that belong to the user:
                  
curl --cacert /etc/oracle/graph/ca_certificate.pem -b cookie.txt 'https://localhost:7007/ui/v1/graphs'Response: The list of the available graphs for the current user. For example:
["hr", "bank_graph_analytics"]Parent topic: REST Endpoints for the Graph Visualization Application