action learnifier_get_orgunits_orgid_projects_projectid { label: "Project information" description: "Returns project information\n" provider: learnifier method: GET path: "/orgunits/{orgid}/projects/{projectid}" encoding: json input: { type: "object" properties: { orgid: { type: "string" } projectid: { type: "string" } } required: ["orgid", "projectid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }