1. 开放接口-养殖模块
那曲巴青
  • 接口
    • 开放接口-养殖模块
      • 查询养殖场列表
        GET
      • 查询养殖圈舍列表
        GET
      • 查询养殖生产计划列表
        GET
      • 查询养殖生产计划详情
        GET
      • 查询养殖批次列表
        GET
      • 查询养殖批次详情
        GET
      • 查询入栏建档列表
        GET
      • 查询入栏建档详情
        GET
      • 查询系谱档案列表
        GET
      • 查询系谱档案详情
        GET
      • 查询免疫记录列表
        GET
      • 查询免疫记录详情
        GET
      • 查询防疫记录列表
        GET
      • 查询防疫记录详情
        GET
      • 查询检疫记录列表
        GET
      • 查询检疫记录详情
        GET
      • 查询诊疗记录列表
        GET
      • 查询诊疗记录详情
        GET
      • 查询养殖过程记录列表
        GET
      • 查询养殖过程记录详情
        GET
    • 开放接口-物联网数据
      • 查询牛只称重数据
      • 查询环境监测数据
      • 查询监控数据
      • 查询牦牛定位项圈数据
  1. 开放接口-养殖模块

查询诊疗记录列表

GET
/open-api/v1/farming/diagnosis-records
查询诊疗记录列表
对应后台疾病健康下的健康记录菜单。

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/open-api/v1/farming/diagnosis-records'

Responses

🟢200
application/json
Bodyapplication/json

Example
{
    "code": 0,
    "message": "success",
    "requestId": "b7a0c53001f4473395aa06e742e0df43",
    "data": {
        "pageNum": 1,
        "pageSize": 20,
        "total": 100,
        "records": [
            {
                "id": 0,
                "farmId": 0,
                "farmEnclosureId": 0,
                "cattleId": 0,
                "age": "string",
                "etiology": "string",
                "diagnosisTime": "string",
                "diagnosisResult": "string",
                "medicationName": "string",
                "medicationMethod": "string",
                "clinic": "string",
                "treatmentTime": "string",
                "treatmentCycle": "string",
                "treatmentEffect": "string",
                "conditionChange": "string",
                "recoveryTime": "string",
                "recoveryHealthStatus": "string",
                "createTime": "string"
            }
        ]
    },
    "timestamp": "string"
}
Previous
查询检疫记录详情
Next
查询诊疗记录详情
Built with