List RDF networks
get
                    /database/rdf/networks/
Returns a collection of RDF networks visible to the current user. A client requires SQL Developer, RDF Developer or RDF Reader role to invoke this servce.
                Request
Query Parameters
                    - 
                            limit: integer(int32)
                            
                            The maximum number of records to return.
 - 
                            offset: integer(int32)
                            
                            The index of the first record to start returning results for. Used with pagination.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Returns an array of network owner, network name pairs.
                            
                            
                                Nested Schema : items
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  NetworkElem
            
            This object represents a network owner, network name pair.
 
Nested Schema : NetworkElem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis object represents a network owner, network name pair.
    
    
    
    
        Show Source
        - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    network_name: string
                    
                    
                     
                    
                
                
                the name of the RDF networkExample:
NET1 - 
                
                    
                    owner: string
                    
                    
                     
                    
                
                
                the owner of the RDF networkExample:
RDFUSER