Get application statistics
get
                    /apex/statistics/workspace/{workspace_name}/
This service returns usage statistics for a specific Oracle APEX workspace. A client requires SQL Administrator role to invoke this service.
                Request
Path Parameters
                - 
                    workspace_name: string
                    
                    Display name of the workspace.
Query Parameters
                - 
                        limit(optional): integer(int32)
                        
                        The maximum number of records to return.
- 
                        q(optional): string
                        
                        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.
Response
Supported Media Types
                - application/json
200 Response
Statistics for all Oracle APEX workspaces in the instance.
                
                
                    Root Schema : APEXUsageStatistics
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            count(optional): 
            integer
            Total number of records in the current response.
- 
            hasMore(optional): 
            boolean
            Indicates if there are more records to be retrieved.
- 
            items(optional): 
            array  items
            
            
- 
            limit(optional): 
            integer
            The actual page size limit on number of records applied by the server.
- 
            links(optional): 
            array  links
            
            
- 
            offset(optional): 
            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(optional): 
            integer
            Application ID for which this page view log was recorded.
- 
            application_name(optional): 
            string
            Application Name for which this page view log was recorded.
- 
            average_render_time(optional): 
            number
            Summarized information by day, application and workspace.
- 
            builder_events(optional): 
            integer
            TBD
- 
            distinct_pages(optional): 
            integer
            Summarized information by day, application and workspace of the number of distinct pages used.
- 
            distinct_sessions(optional): 
            integer
            Summarized information by day, application and workspace of the number of distinct sessions.
- 
            distinct_users(optional): 
            integer
            Summarized information by day, application and workspace of the number of distinct users.
- 
            error_count(optional): 
            integer
            Summarized information by day, application and workspace of the number of errors.
- 
            links(optional): 
            array  links
            
            
- 
            log_day(optional): 
            string
            Total not null interactive report search values logged to the activity log.
- 
            maximum_render_time(optional): 
            number
            Summarized information by day, application and workspace indicating maximum render time.
- 
            median_render_time(optional): 
            number
            Summarized information by day, application and workspace indicating median render time.
- 
            page_events(optional): 
            integer
            Total number of page events logged for a given day, application and workspace.
- 
            public_page_events(optional): 
            integer
            Total public page events for a given day, application and workspace.
- 
            total_render_time(optional): 
            number
            Summarized information by day, application and workspace indicating total render time.
- 
            workspace_id(optional): 
            integer
            Identifies workspace.
- 
            workspace_login_events(optional): 
            integer
            Total workspace login events by day, application and workspace.