View application record collections
get
                    /gsdata/v1/{appName}
Returns the record collections currently set up for this application.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
Security
                - 
                        basicAuth: basic
                        
                        Type:basicDescription:Basic username/password authentication.
Response
Supported Media Types
                - application/json
200 Response
The record collections and their URLs.
                
                
                    Root Schema : RecordCollectionList
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRepresents a list of guided search record collections.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : items
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  RecordCollectionItem
            
            Represents a guided search record collection.
Nested Schema : links
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  Link
            
            Represents a link to a gsdata resource.
Nested Schema : RecordCollectionItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRepresents a guided search record collection.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : links
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  Link
            
            Represents a link to a gsdata resource.
Examples
The following example shows how to view the record collections currently setup for the cloud application:
curl -H "Authorization:Bearer <token>" -X GET http://<host>:<port>/gsdata/v1/cloud