Get All Columns for New Displays
get
                    /api/event/Displays/readAllColumns
Gets all the columns for new displays.
                Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Successful operation
                            
                            
                                Root Schema : schema
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    
        
    
        
    
    Show Source
    - 
                
                object 
                
                
             SuccessfulGetOperation
                
            The response body for a successful get operation.
- 
                
                object 
                
                
             type
                
            
Nested Schema : SuccessfulGetOperation
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe response body for a successful get operation.
    
    
    
    
        Show Source
        - 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Loaded 1 entries
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:true
Nested Schema : type
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    data: array
                    
                    
                
                
                    data
                
                
                The list of all the columns for new displays.
- 
                
                    
                    total: integer
                    
                    
                     
                    
                
                
                The total number of results regardless of paging.Example:1
Nested Schema : eventDisplayReadAllColumns
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    DisplayColumns: object
                    
                    
                
                
                    DisplayColumns
                
                
                Object of Columns and Orders
Nested Schema : DisplayColumns
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectObject of Columns and Orders
    
    
    
    
        Show Source
        - 
                
                    
                    Columns: array
                    
                    
                
                
                    Columns
                
                
                Lists of all the fields available within the Events database.
- 
                
                    
                    Order: string
                    
                    
                     
                    
                
                
                SQL sort by clause specifying which fields are sorted in which direction.Example:[Public to All Users and Groups]
Nested Schema : Columns
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayLists of all the fields available within the Events database.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : eventDisplayReadColumn
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    ColumnAlign: string
                    
                    
                     
                    
                
                
                Column content alignment, ex. Left, Center or RightExample:Left
- 
                
                    
                    ColumnField: boolean
                    
                    
                     
                    
                
                
                Field name in the Events tableExample:false
- 
                
                    
                    ColumnName: string
                    
                    
                     
                    
                
                
                Custom name specified for the FieldExample:EventID
- 
                
                    
                    ColumnType: string
                    
                    
                     
                    
                
                
                Type in which content is renderedExample:Number
- 
                
                    
                    ColumnWidth: number
                    
                    
                     
                    
                
                
                Column width when the event list is displayedExample:100
- 
                
                    
                    Editable: boolean
                    
                    
                     
                    
                
                
                Checkbox to indicate the field can be edited in the expanded event in the event list.Example:true
- 
                
                    
                    Filterable: boolean
                    
                    
                     
                    
                
                
                Checkbox to indicate the field can be filtered when filtering the event list.Example:true
- 
                
                    
                    Sortable: boolean
                    
                    
                     
                    
                
                
                Checkbox to indicate the field can be sorted when sorting the event list.Example:true
- 
                
                    
                    Visible: boolean
                    
                    
                     
                    
                
                
                Checkbox to indicate the field will be visible when the event list is displayed.Example:false
Default Response
Failed operation
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errors: array
                    
                    
                
                
                    errors
                
                
                The list of errors reported. Validation errors will be keyed by record field.
- 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Exception thrown
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:false
Nested Schema : errors
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of errors reported. Validation errors will be keyed by record field.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  items
            
            An error.
Nested Schema : items
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAn error.