action learnifier_get_orgunits_orgid_projects { label: "Organization Unit Projects" description: "Returns the available projects for the organization unit\n" provider: learnifier method: GET path: "/orgunits/{orgid}/projects" encoding: json input: { type: "object" properties: { orgid: { type: "string" } } required: ["orgid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }