获取指定流域分区信息
根据流域编码和分区编码获取流域分区详细信息
Path Parameters
basincodenumber
流域编码
subbasincdstring
流域分区编码
levelnumber
流域级别
Header Parameters
Acceptstring
返回格式
Value in
"application/json" | "application/geo+json"Response Body
application/json
application/json
application/json
curl -X GET "https://loading/api/subbasins/3261/001127006/4" \ -H "Accept: application/json"{
"displayName": "string",
"description": "string",
"displayNameEn": "string",
"descriptionEn": "string",
"photos": [
"string"
],
"basincode": 0,
"subbasincd": "string",
"properties": [
{
"name": "string",
"value": "string",
"unit": "string",
"icon": "string"
}
]
}{
"detail": "参数验证失败"
}{
"detail": "Resource not found"
}{
"detail": "服务器内部错误"
}