action contract_p_get_settings_threshold_resource { label: "Get all thresholds settings" description: "**Permission required:** read_thresholds_settings / review" provider: contract_p method: GET path: "/threshold_settings" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }