API Reference

GET workflows/{id}/actions/Z

GET
workflows/{id}/actions/Z

GET operation for workflows/{id}/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/{id}/actions/Z"
{
  "id": 0,
  "action_type": "string",
  "action_type_display": "string",
  "config": {},
  "trigger": "string"
}
Empty
Empty
Empty

How is this guide?