Skip to main content
GET
/
api
/
activity
/
widget-config
Widget Config Route
curl --request GET \
  --url https://api.example.com/api/activity/widget-config
{
  "widget_hide_dispatch": true,
  "widget_hide_routine": true,
  "widget_show_jobs": true,
  "widget_show_keys": true,
  "widget_show_minions": true,
  "widget_event_count": 123,
  "widget_heartbeat_minutes": 123
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

widget_hide_dispatch
boolean
required
widget_hide_routine
boolean
required
widget_show_jobs
boolean
required
widget_show_keys
boolean
required
widget_show_minions
boolean
required
widget_event_count
integer
required
widget_heartbeat_minutes
integer
required