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/batches/{id}
查询养殖批次详情

Request

Path 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/batches/'

Responses

🟢200
application/json
Bodyapplication/json

Example
{
    "code": 0,
    "message": "success",
    "requestId": "b7a0c53001f4473395aa06e742e0df43",
    "data": {
        "id": 0,
        "batchNo": "string",
        "batchName": "string",
        "farmId": 0,
        "enclosureId": 0,
        "planId": 0,
        "cattleVariety": "string",
        "plannedQuantity": 0,
        "entryQuantity": 0,
        "currentQuantity": 0,
        "leaveQuantity": 0,
        "deathQuantity": 0,
        "startTime": "string",
        "endTime": "string",
        "managerUserId": 0,
        "batchStatus": "string",
        "remark": "string",
        "createTime": "string"
    },
    "timestamp": "string"
}
Previous
查询养殖批次列表
Next
查询入栏建档列表
Built with