action weber_gesamtausgabe_get_documents_doc_id { label: "Returns documents by ID" description: "This endpoint returns documents, indicated by an ID.\n Accepted ID formats are WeGA, e.g. A002068 or http://weber-gesamtausgabe.de/A002068, VIAF, e.g. http://viaf.org/viaf/14959938, or GND, e.g. http://d-nb.info/gnd/118629662\n" provider: weber_gesamtausgabe method: GET path: "/documents/{docID}" encoding: json input: { type: "object" properties: { docID: { type: "string" } } required: ["docID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }