action digitallinguistics_get_language { label: "Retrieve a Language by ID" provider: digitallinguistics method: GET path: "/languages/{languageID}" encoding: json input: { type: "object" properties: { deleted: { type: "string" } ifNoneMatch: { type: "string" } languageID: { type: "string" } } required: ["languageID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }