action i_cue_get_report_performance_planning_level_id { label: "Month over month performance per planning level" description: "Month over month performance per planning level" provider: i_cue method: GET path: "/report/performance/{planningLevelId}" encoding: json input: { type: "object" properties: { Token: { type: "string" } planningLevelId: { type: "string" } } required: ["planningLevelId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }