View individual data records
get
                    /gsdata/v1/{appName}/data/{recordCollection}/{recordId}
Returns a single data record from the specified record collection if it exists or a corresponding error message.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
- 
                    recordCollection: string
                    
                    Name of the record collection. A valid record collection name is defined by the regular expression "^[a-zA-Z0-9._-]+$" and cannot exceed 128 characters.
- 
                    recordId: string
                    
                    id of the record
Security
                - 
                        basicAuth: basic
                        
                        Type:basicDescription:Basic username/password authentication.
Response
Supported Media Types
                - application/json
200 Response
The specified record.
                
                
                    Nested Schema : items
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  RecordItem
            
            Represents a record from a Guided Search record collection. As well as the properties listed below a record will also have 1 or more additional properties.
Nested Schema : links
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  Link
            
            Represents a link to a gsdata resource.
Nested Schema : RecordItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRepresents a record from a Guided Search record collection. As well as the properties listed below a record will also have 1 or more additional properties.
    
    
    
    
        Show Source
        - 
            record.action(optional): 
            string
            Allowed Values:[ "upsert", "delete" ]
- 
            record.collection(optional): 
            string
            
- 
            record.id(optional): 
            string
            
- 
            record.locale(optional): 
            string
            
- 
            record.urn(optional): 
            string