Sign in

Retrieve Dashboard User Settings

documented

Get dashboard settings for a specific type.

GET /api/data/dashboard/settings/{type}Dashboardno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.projectmanager.com/api/data/dashboards/settings/{{$type}}" \
  -X GET \
  -H "Authorization: Bearer {{PROJECTMANAGER_API_KEY}}" \
  -H "Accept: application/json"