Get available columns for the specified table.
get
                    /sync/rest-service/dataservice/metadata/columns/{tableName}
The result contains all available columns for the specified table.
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    tableName: string
                    
                    The table name.
 
Query Parameters
                - 
                        configCode(optional): string
                        
                        The configuration name.Default Value:
defaultAllowed Values:[ "ds_p6adminuser", "ds_p6reportuser", "ds_unifier" ] 
Response
Supported Media Types
                - application/json
 
200 Response
successful operation
                
                
                    Root Schema : Metadata for columns
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe column properties of a table.
    
    
    
    
        Show Source
        - 
            columnName(optional): 
            string
            The column name.
 - 
            dataType(optional): 
            string
            The data type.
 - 
            displayName(optional): 
            string
            The user friendly column name.
 - 
            fkTableName(optional): 
            string
            The foreign key table name if it is a foreign key column.
 - 
            isFK(optional): 
            boolean
            Default Value:
falseIf the column is the foreign key. - 
            isPK(optional): 
            boolean
            Default Value:
falseIf the column is the primary key. - 
            syncConfigCode(optional): 
            string
            The sync config id.
 - 
            tableName(optional): 
            string
            The database table name.
 - 
            tableType(optional): 
            string
            Allowed Values:
[ "STANDARD", "VIEW", "SYNONYM" ]The table type. 
400 Response
Bad Request
                
                
                500 Response
Internal Server Error