action contract_p_get_dashboard_settings_atomic_resource { label: "Get scoped dashboard setting" description: "Get the dashboard settings for the given scope (project or inbox)" provider: contract_p method: GET path: "/settings/dashboard" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } full: { type: "boolean" } scope: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { autolearning: { type: "boolean" } dashboard_timeout: { type: "integer" } default_date_range: { type: "object" } default_inbox_size: { type: "object" } default_inbox_sorting: { type: "object" } flexible_filters: { type: "array" items: { type: "object" } } navigation_menu: { type: "object" } process_unreadable: { type: "boolean" } sequence_columns_of_inbox: { type: "object" properties: { columns_headers: { type: "array" items: { type: "object" properties: { checked: { type: "boolean" } field: { type: "string" } label: { type: "string" } } } } inline_headers: { type: "array" items: { type: "object" additionalProperties: true } } } } show_digital_annotations: { type: "boolean" } show_filters: { type: "object" } show_inbox_actions: { type: "object" } studio_format_options: { type: "object" } upload_options: { type: "object" } welcome_counters: { type: "boolean" } welcome_counters_options: { type: "object" } } } }