action learnifier_get_extproject { label: "Gets Organization Unit by external id" description: "Gets an Organization Unit by external id" provider: learnifier method: GET path: "/extproject" encoding: json input: { type: "object" properties: { extid: { type: "string" } } required: ["extid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }