Get application statistics
get
                    /apex/statistics/application/{application_id}/
This service returns usage statistics for a specific Oracle APEX application. A client requires SQL Administrator role to invoke this service.
                Request
Path Parameters
                - 
                    application_id(required):  string
                    
                    Identifier of the application.
 
Query Parameters
                    - 
                            limit: integer(int32)
                            
                            The maximum number of records to return.
 - 
                            q: 
                            
                            Filtering is the process of limiting a collection resource by using a per-request dynamic filter definition across multiple page resources, where each page contains a subset of items found in the complete collection. Filtering enables efficient traversal of large collections.Examples
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
All Oracle APEX application usage statistics.
                            
                            
                                Root Schema : APEXUsageStatistics
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count: integer
                    
                    
                     
                    
                
                
                Total number of records in the current response.
 - 
                
                    
                    hasMore: boolean
                    
                    
                     
                    
                
                
                Indicates if there are more records to be retrieved.
 - 
                
                    
                    items: array
                    
                    
                
                
                    items
                
                
                
 - 
                
                    
                    limit: integer
                    
                    
                     
                    
                
                
                The actual page size limit on number of records applied by the server.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    offset: integer
                    
                    
                     
                    
                
                
                The actual index from which the item resources are returned.
 
Nested Schema : items
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  APEXUsageStatisticsItem
            
            This object represents a APEX_WORKSPACE_LOG_ARCHIVE record of page view activity. Page view activity is a daily summary of workspace activity that is retained until physically purged.
 
Nested Schema : APEXUsageStatisticsItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis object represents a APEX_WORKSPACE_LOG_ARCHIVE record of page view activity. Page view activity is a daily summary of workspace activity that is retained until physically purged.
    
    
    
    
        Show Source
        - 
                
                    
                    application_id: integer
                    
                    
                     
                    
                
                
                Application ID for which this page view log was recorded.
 - 
                
                    
                    application_name: string
                    
                    
                     
                    
                
                
                Application Name for which this page view log was recorded.
 - 
                
                    
                    average_render_time: number
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace.
 - 
                
                    
                    builder_events: integer
                    
                    
                     
                    
                
                
                TBD
 - 
                
                    
                    distinct_pages: integer
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace of the number of distinct pages used.
 - 
                
                    
                    distinct_sessions: integer
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace of the number of distinct sessions.
 - 
                
                    
                    distinct_users: integer
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace of the number of distinct users.
 - 
                
                    
                    error_count: integer
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace of the number of errors.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    log_day: string
                    
                    
                     
                    
                
                
                Total not null interactive report search values logged to the activity log.
 - 
                
                    
                    maximum_render_time: number
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace indicating maximum render time.
 - 
                
                    
                    median_render_time: number
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace indicating median render time.
 - 
                
                    
                    page_events: integer
                    
                    
                     
                    
                
                
                Total number of page events logged for a given day, application and workspace.
 - 
                
                    
                    public_page_events: integer
                    
                    
                     
                    
                
                
                Total public page events for a given day, application and workspace.
 - 
                
                    
                    total_render_time: number
                    
                    
                     
                    
                
                
                Summarized information by day, application and workspace indicating total render time.
 - 
                
                    
                    workspace_id: integer
                    
                    
                     
                    
                
                
                Identifies workspace.
 - 
                
                    
                    workspace_login_events: integer
                    
                    
                     
                    
                
                
                Total workspace login events by day, application and workspace.