action digitallinguistics_get_lexeme_by_language { label: "Get a Lexeme by ID" provider: digitallinguistics method: GET path: "/languages/{languageID}/lexemes/{lexemeID}" encoding: json input: { type: "object" properties: { deleted: { type: "string" } ifNoneMatch: { type: "string" } languageID: { type: "string" } lexemeID: { type: "string" } } required: ["languageID", "lexemeID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }