action weber_gesamtausgabe_get_documents_find_by_mention_doc_id { label: "Finds documents by reference" description: "This endpoint returns a list of documents that reference a particular docID – optionally filtered by document type. \n" provider: weber_gesamtausgabe method: GET path: "/documents/findByMention/{docID}" encoding: json input: { type: "object" properties: { docID: { type: "string" } } required: ["docID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }