lingchu
    lingchu
    • db
      • 获取模型列表
        GET
      • 创建记录
        POST
      • 查询单条记录
        POST
      • 查询列表
        POST
      • 统计数量
        POST
      • 更新记录
        POST
      • 删除记录
        POST
    • health
      • 数据库健康检查
        GET
    • Onebot V11 Root Http
      POST
    • Onebot V11 Http
      POST
    • Onebot V11 Http Slash
      POST
    • 数据模型
      • APIErrorResponse
      • CreateReq
      • AffectedResponse
      • DeleteReq
      • CountResponse
      • GetOneReq
      • ListReq
      • ErrorDetail
      • UpdateReq
      • HealthResponse
      • ModelsResponse
      • RecordListResponse
      • RecordResponse

    ListReq(ListReq)

    {
        "filters": {
            "property1": "string",
            "property2": "string"
        },
        "order_by": [
            "string"
        ],
        "offset": 0,
        "limit": 100
    }
    Built with