Get all Action Types

Fetch the list of actions type we support: Gmail, Slack, and PagerDuty.

 /rest/v1/actions/types

Sample - Get the list of action typesSample - Get the list of action types

API request

    
curl -X GET --header 'Accept: application/json' --header 'Authorization: Basic <JWT Token>'
'<qualys_base_url>/cloudview-api/rest/v1/actions/types'	
      

Response

    
      [
    "qemail",
    "slack",
    "pagerduty"
]