action xtrf_get_active_by_type { label: "Returns active values from a given dictionary." description: "Returns active values from a given dictionary." provider: xtrf method: GET path: "/dictionaries/{type}/active" encoding: json input: { type: "object" properties: { nameEquals: { type: "string" } type: { type: "string" } } required: ["type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }