action i_cue_get_report_planning_level_organization { label: "Get list of plannign levels by organization" description: "Get list of plannign levels by organization" provider: i_cue method: GET path: "/report/planning-level/organization" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }