activity_log.components

This command is used to list known activity log components.

TR50 Request


{  
  "list": {    
    "command": "activity_log.components"  
  }
}

Request Parameters

This command does not accept any request parameters.

TR50 Response

If the command is sent successfully a success message and a list of known components is returned. Otherwise, an error and error message will be returned.


{  
   "list": {
     "success": true,    
     "params": {      
       "values": [        
         "component1",        
         "component2"      
       ]    
     }  
   }
}

Response Parameters

Name

Type

Required

Description

values  

Array

See note

An array of known components.