API Reference

GET workflows/{id}/Z

GET
workflows/{id}/Z

GET operation for workflows/{id}/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}/Z"
{
  "id": 0,
  "name": "string",
  "workflow_type": "string",
  "workflow_actions": "string",
  "workflow_actions_display": "string",
  "trigger": "string",
  "trigger_display": "string",
  "internal_description": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "modified_at": "2019-08-24T14:15:22Z",
  "created_by": "string",
  "button_color": "string",
  "button_placement": "string",
  "button_title": "string",
  "is_enabled": true,
  "filters": {},
  "filters_rql": "string",
  "workflow_events": "string",
  "is_hidden": true,
  "schedule_type": "string",
  "schedule_day": 0,
  "schedule_time": "14:15:22Z"
}
Empty
Empty
Empty

How is this guide?