action xtrf_get_local_settings { label: "Returns view's local settings (for current user)." description: "Returns view's local settings (for current user)." provider: xtrf method: GET path: "/browser/views/{viewId}/settings/local" encoding: json input: { type: "object" properties: { viewId: { type: "integer" format: "int64" } } required: ["viewId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }