{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Controller\/Api\/DocsController.php",
"content": " \/**\n * GET \/api\/v1\/docs\n * Liste aller Dokumente mit optionalen Filtern.\n *\/\n public function index(): void\n {\n try {\n $status = $this->getString('status');\n $parentId = $this->getInt('parent_id');\n $search = $this->getString('search');\n $limit = $this->getLimit(100, 50);\n $offset = $this->getInt('offset');\n\n $docs = $this->repository->findAll(\n status: $status ?: null,\n parentId: $parentId > 0 ? $parentId : null,\n search: $search ?: null,\n limit: $limit,\n offset: $offset\n );",
"numLines": 20,
"startLine": 30,
"totalLines": 330
}
}
}