# GET /seedlots/09ca205d-71a6-4ceb-98f5-940df96de8ea/transactions > 来源:BrAPI v2.1 校验报告(03-fix.md) ## 概要 | 项 | 值 | | --- | --- | | 状态 | warning | | 方法 | GET | | URL | `/brapi/v2/seedlots/09ca205d-71a6-4ceb-98f5-940df96de8ea/transactions` | | 完整 URL | `http://localhost:8081/brapi/v2/seedlots/09ca205d-71a6-4ceb-98f5-940df96de8ea/transactions` | | 路径模板 | `GET /seedlots/{seedLotDbId}/transactions` | | 模块 | Seed Lots | | 响应时间 | 893 ms | ## 校验详情 ``` GET /seedlots/{seedLotDbId}/transactions Seed Lots 893 ms schema mismatch Json matches schema: schemas/v2.1/SeedLots/getSeedlotsSeedlotdbidTransactionsResponse.json (schema mismatch) — Schema: schemas/v2.1/SeedLots/getSeedlotsSeedlotdbidTransactionsResponse.json Response structure doesn't match schema. [ { "level": "error", "schema": { "loadingURI": "#", "pointer": "/properties/result/properties/data" }, "instance": { "pointer": "/result/data" }, "domain": "validation", "keyword": "minItems", "message": "array is too short: must have at least 1 elements but instance has 0 elements", "minItems": 1, "found": 0 } ] ``` --- **状态:待修复**