获取指定河流信息
根据流域编码、分区编码、二叉树编码等参数获取河流详细信息
Path Parameters
basincodenumber
流域编码
subbasincdstring
流域分区编码
binstrvalnumber
河段二叉树编码取值分量
binstrlennumber
河段二叉树编码长度分量
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/rivers/3261/001/0/22/7" \ -H "Accept: application/json"{
"displayName": "string",
"description": "string",
"displayNameEn": "string",
"descriptionEn": "string",
"properties": [
{
"name": "string",
"value": "string",
"unit": "string",
"icon": "string"
}
],
"photos": [
"string"
],
"basincode": 0,
"subbasincd": "string"
}{
"detail": "参数验证失败"
}{
"detail": "Resource not found"
}{
"detail": "服务器内部错误"
}