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/pedigrees
查询系谱档案列表

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/pedigrees'

Responses

🟢200
application/json
Bodyapplication/json

Example
{
    "code": 0,
    "message": "success",
    "requestId": "b7a0c53001f4473395aa06e742e0df43",
    "data": {
        "pageNum": 1,
        "pageSize": 20,
        "total": 100,
        "records": [
            {
                "id": 0,
                "breedingBase": "string",
                "earTagNumber": "string",
                "parentage": "string",
                "parentParent": "string",
                "parentalMaternal": "string",
                "matrilineal": "string",
                "maternalParental": "string",
                "maternalMaternal": "string",
                "createTime": "string"
            }
        ]
    },
    "timestamp": "string"
}
Previous
查询入栏建档详情
Next
查询系谱档案详情
Built with