- 规范
- 项 目管理
- 模型管理
- 存储管理
- 任务管理
- 能力服务
- 模型对比-SZ-IFC
- 轻量化展示
- 图纸识别
- 图模匹配
- 空间计算
- 模型对比-Revit
- 项目维度统计查询
- 模型维度统计查询
- 单体维度统计查询
- 能力列表POST
- 能力接口列表POST
- 模型文件Hash存储POST
- 模型文件Hash查询POST
- 模型对比-SZ-IFC
项目详情
POST
/auth_symbol_sz/api/bim/project/detail
请求参数
Body 参数application/json
id
string
项目ID
示例
{
"id": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/auth_symbol_sz/api/bim/project/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
返回响应
🟢200成功
application/json
Body
data
object
必需
id
string
必需
name
string
必需
createUser
string
必需
createTime
string
必需
dmsRootFolder
string
必需
extendProperty
object
必需
code
integer
必需
errmsg
string
必需
示例
{
"data": {
"id": "114d3dcdaa5b401fb45ab6a79775f34a",
"name": "test_0906",
"createUser": "",
"createTime": "2023-09-06 10:43:53",
"dmsRootFolder": "b89ea492a36f41388fbef6cdb5749455",
"extendProperty": {
"mainId": "114d3dcdaa5b401fb45ab6a79775f34a",
"baseCode": "编号",
"baseDescription": "描述",
"baseSoftwareName": "",
"baseSoftwareVersion": "",
"baseReleaseTime": "2023-09-04T06:46:33.000+00:00",
"baseStage": "",
"baseLengthUnit": "",
"baseProjectPoint": "",
"baseAddress": "地址",
"baseProjectType": "",
"baseNorthAngle": "",
"constructionCode": "",
"constructionDirectorSurname": "",
"constructionDirectorName": "",
"constructionEmailAddress": "",
"constructionDirectorPhone": "",
"constructionCompanyName": "",
"constructionCompanyNature": "",
"constructionDepartment": "",
"constructionCountry": "",
"constructionTown": "",
"constructionStreet": "",
"constructionMailAddress": "",
"constructionCountryCode": "",
"constructionPostCode": "",
"cadastreCode": "",
"cadastreNumber": 0,
"cadastreInformation": "",
"cadastreQuality": "",
"cadastrePower": "",
"cadastrePurpose": "",
"cadastreAuthority": "",
"geolocationCoordinateSystem": "",
"geolocationProjectionType": "",
"geolocationHeightDatum": "",
"geolocationLandType": "",
"geolocationAddress": "",
"registrationBuildingCode": "",
"registrationPresentName": "",
"registrationFullAddress": "",
"registrationApprovalName": "",
"registrationBuiltTime": "2023-09-04T06:46:33.000+00:00",
"registrationEstateAddress": "",
"registrationBuildingStatus": "",
"registrationBuildingArea": "",
"constructionNatureCode": "",
"constructionNatureName": "",
"zonationDistrictName": "",
"zonationDistrictCode": "",
"zonationStreetName": "",
"zonationStreetCode": "",
"zonationCommunityName": "",
"zonationCommunityCode": "",
"zonationGridCode": "",
"zonationVillage": "",
"zonationRemark": "",
"structureType": "",
"structureTypeName": "",
"registrationPurpose": "",
"registrationPurposeName": "",
"usage": "",
"projectType": "",
"buildingType": "",
"capitalSource": "",
"developmentProjectApprovalNumber": "20230906",
"projectApplicationNumber": "10000"
}
},
"code": 0,
"errmsg": "成功"
}
修改于 2023-09-06 01:23:51