API Reference

GET workflows/quick-actions/Z

GET
workflows/quick-actions/Z

GET operation for workflows/quick-actions/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/workflows/quick-actions/Z"
{
  "id": 0,
  "name": "string",
  "last_run_date": "string",
  "workflow_type": "string",
  "workflow_actions": "string",
  "workflow_actions_display": "string",
  "trigger": "string",
  "trigger_display": "string",
  "internal_description": "string",
  "button_color": "string",
  "button_placement": "string",
  "button_title": "string",
  "is_enabled": true,
  "filters": {}
}
Empty
Empty
Empty

How is this guide?