1. 项目维度统计查询
中台
  • 规范
  • 项目管理
    • 锁定状态
      • 锁定
      • 提交版本
      • 取消锁定
      • 初始化单体下专业
      • 更新项目信息
      • 更新项目扩展信息
      • 更新单体信息
      • 更新单体扩展信息
      • 添加单体
      • 添加文件版本(文件上传成功后调用)
      • 添加单体扩展信息
      • 项目详情
      • 项目扩展信息
      • 单体列表
      • 专业列表
      • 文件版本列表
      • 删除单体
    • 普通状态
      • 项目列表(带分页)
      • 项目详情
      • 单体列表
      • 项目下拉筛选项
      • 专业列表
      • 批量检查是否处于编辑状态
    • 创建项目
      POST
  • 模型管理
    • 单体下属文件列表
      POST
    • 模型详情
      POST
    • 批量删除文件或文件夹
      POST
    • 轻量化
      POST
  • 存储管理
    • 分片上传
      • 获取分片上传凭证
      • 检查分片是否存在
      • 检查分片是否存在v2
      • 文件分片上传
      • 合并分片
    • 下载
      • 单文件下载
      • 批量下载
    • 普通上传
    • 检查文件是否存在
    • 秒传
  • 任务管理
    • 任务列表
    • 任务取消
    • 任务重试
    • 更新任务读取状态
  • 能力服务
    • 模型对比-SZ-IFC
      • 模型对比-SZ-IFC
      • 开启IFC模型对比任务
      • 查询IFC模型对比任务结果
    • 轻量化展示
      • 轻量化展示
      • 获取obv-token
    • 图纸识别
      • 图纸识别
      • 识图识别任务开启
      • 识图识别结果查询
    • 图模匹配
      • 图模匹配
      • 开启图模匹配任务
      • 图模匹配任务结果查询
    • 空间计算
      • 空间计算
      • 查询空间树
      • 查询构件树
      • 查询机电系统树
      • 根据空间查构件
      • 根据构件查属性
    • 模型对比-Revit
      • 模型对比-Revit
      • 开启Revit模型对比任务
      • 查询Revit模型对比任务信息
      • 查询Revit模型对比结果
    • 项目维度统计查询
      • 项目维度统计查询
      • 项目聚合列表
        POST
      • 项目编码列表
        POST
      • 获取子文件夹树
        POST
      • 获取子文件列表
        POST
      • 项目版本列表
        POST
    • 模型维度统计查询
      • 模型维度统计查询
      • 按类型获取模型数量
      • 按周期获取模型数量
      • 按专业获取统计模型
      • 按单体获取模型列表
    • 单体维度统计查询
      • 单体维度统计查询
      • 根据项目ID获取单体
    • 能力列表
      POST
    • 能力接口列表
      POST
    • 模型文件Hash存储
      POST
    • 模型文件Hash查询
      POST
  1. 项目维度统计查询

项目版本列表

POST
/dms_symbol_sz/api/bim/version/history/getProject
获取已提交版本的项目列表
原地址:/dms_symbol_sz/api/bim/version/getProjectHistory

请求参数

Body 参数application/json

示例
{"projectId":"d182857a0af84461a7e9c1dc515c9008"}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/dms_symbol_sz/api/bim/version/history/getProject' \
--header 'Content-Type: application/json' \
--data '{"projectId":"d182857a0af84461a7e9c1dc515c9008"}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "errmsg": "成功",
    "data": [
        {
            "id": "d182857a0af84461a7e9c1dc515c9008_2",
            "projectId": "d182857a0af84461a7e9c1dc515c9008",
            "orgId": null,
            "name": "sl-test2",
            "address": null,
            "provinceId": null,
            "cityId": null,
            "areaId": null,
            "longitude": null,
            "latitude": null,
            "imageUrl": null,
            "description": null,
            "deleteFlag": "N",
            "createUser": null,
            "createTime": "2023-08-22T05:32:54.000+00:00",
            "updateUser": "18762863928",
            "updateTime": "2023-08-22T07:02:25.000+00:00",
            "version": 2,
            "projectVersion": 2,
            "provinceName": null,
            "cityName": null,
            "areaName": null,
            "logoUrl": null,
            "hotLine": null,
            "space": null,
            "director": null,
            "status": null,
            "expirationDate": null,
            "structureType": null,
            "basicForm": null,
            "buildingOccupancy": null,
            "buildingScale": null,
            "developmentUnit": null,
            "reviewUnit": null,
            "designUnit": null,
            "surveyUnit": null,
            "platform": null,
            "importance": null,
            "dmsRootFolder": "a1522d8be44d40bbaa79df7462613e4d",
            "productId": null,
            "allowPerson": null,
            "projectCategory": null,
            "phaseInfo": null,
            "projectInfoExpand": {
                "id": "6a1d8c673e0a4aa9b44fd27d0e9a3619_2",
                "projectId": null,
                "orgId": null,
                "name": null,
                "address": null,
                "provinceId": null,
                "cityId": null,
                "areaId": null,
                "longitude": null,
                "latitude": null,
                "imageUrl": null,
                "description": null,
                "deleteFlag": "N",
                "createUser": "",
                "createTime": "2023-08-22T05:32:54.069+00:00",
                "updateUser": "",
                "updateTime": "2023-08-22T05:32:54.069+00:00",
                "version": 2,
                "projectVersion": null,
                "provinceName": null,
                "cityName": null,
                "areaName": null,
                "logoUrl": null,
                "hotLine": null,
                "space": null,
                "director": null,
                "status": null,
                "expirationDate": null,
                "structureType": "",
                "basicForm": null,
                "buildingOccupancy": null,
                "buildingScale": null,
                "developmentUnit": null,
                "reviewUnit": null,
                "designUnit": null,
                "surveyUnit": null,
                "platform": null,
                "importance": null,
                "dmsRootFolder": null,
                "productId": null,
                "allowPerson": null,
                "projectCategory": null,
                "phaseInfo": null,
                "projectInfoExpand": null,
                "pageSize": 10,
                "pageNum": 1,
                "sourceScene": null,
                "sourceWorkflow": null,
                "changeDetail": null,
                "changeDetailBean": null,
                "mainId": "d182857a0af84461a7e9c1dc515c9008",
                "baseCode": "",
                "baseDescription": "",
                "baseSoftwareName": null,
                "baseSoftwareVersion": null,
                "baseReleaseTime": null,
                "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": null,
                "registrationPresentName": null,
                "registrationFullAddress": "",
                "registrationApprovalName": "",
                "registrationBuiltTime": null,
                "registrationEstateAddress": "",
                "registrationBuildingStatus": "",
                "registrationBuildingArea": "",
                "registrationNatureCode": "",
                "registrationNatureName": "",
                "zonationDistrictName": "",
                "zonationDistrictCode": "",
                "zonationStreetName": "",
                "zonationStreetCode": "",
                "zonationCommunityName": "",
                "zonationCommunityCode": "",
                "zonationGridCode": "",
                "zonationVillage": "",
                "zonationRemark": "",
                "structureTypeName": "",
                "registrationPurpose": "",
                "registrationPurposeName": "",
                "usage": "",
                "bimCheckType": null,
                "locked": null,
                "pushed": null,
                "itemName": null,
                "engineeringName": null,
                "constructionUnit": null,
                "modelSource": null,
                "projectApplicationNumber": null,
                "totalReviewArea": null,
                "developmentProjectApprovalNumber": null,
                "specialFireProtectionDesign": null,
                "buildUnit": null,
                "engineeringCategory": null,
                "agentBuildUnit": null,
                "otherUnit": null,
                "supervisorUnit": null,
                "searchBeginDate": null,
                "searchEndDate": null,
                "searchUpdateBeginDate": null,
                "searchUpdateEndDate": null,
                "searchWord": null
            },
            "pageSize": 10,
            "pageNum": 1,
            "sourceScene": null,
            "sourceWorkflow": null,
            "changeDetail": null,
            "changeDetailBean": {
                "projectChange": false,
                "projectExpandChange": false,
                "resourceChange": true,
                "resourceExpandChange": false,
                "versionFileChange": false,
                "updateResourceChange": false
            }
        },
        {
            "id": "d182857a0af84461a7e9c1dc515c9008_1",
            "projectId": "d182857a0af84461a7e9c1dc515c9008",
            "orgId": null,
            "name": "sl-test2",
            "address": null,
            "provinceId": null,
            "cityId": null,
            "areaId": null,
            "longitude": null,
            "latitude": null,
            "imageUrl": null,
            "description": null,
            "deleteFlag": "N",
            "createUser": null,
            "createTime": "2023-08-22T05:32:54.000+00:00",
            "updateUser": null,
            "updateTime": "2023-08-22T06:31:30.000+00:00",
            "version": 1,
            "projectVersion": 1,
            "provinceName": null,
            "cityName": null,
            "areaName": null,
            "logoUrl": null,
            "hotLine": null,
            "space": null,
            "director": null,
            "status": null,
            "expirationDate": null,
            "structureType": null,
            "basicForm": null,
            "buildingOccupancy": null,
            "buildingScale": null,
            "developmentUnit": null,
            "reviewUnit": null,
            "designUnit": null,
            "surveyUnit": null,
            "platform": null,
            "importance": null,
            "dmsRootFolder": "a1522d8be44d40bbaa79df7462613e4d",
            "productId": null,
            "allowPerson": null,
            "projectCategory": null,
            "phaseInfo": null,
            "projectInfoExpand": {
                "id": "6a1d8c673e0a4aa9b44fd27d0e9a3619_1",
                "projectId": null,
                "orgId": null,
                "name": null,
                "address": null,
                "provinceId": null,
                "cityId": null,
                "areaId": null,
                "longitude": null,
                "latitude": null,
                "imageUrl": null,
                "description": null,
                "deleteFlag": "N",
                "createUser": "",
                "createTime": "2023-08-22T05:32:54.069+00:00",
                "updateUser": "",
                "updateTime": "2023-08-22T05:32:54.069+00:00",
                "version": 1,
                "projectVersion": null,
                "provinceName": null,
                "cityName": null,
                "areaName": null,
                "logoUrl": null,
                "hotLine": null,
                "space": null,
                "director": null,
                "status": null,
                "expirationDate": null,
                "structureType": "",
                "basicForm": null,
                "buildingOccupancy": null,
                "buildingScale": null,
                "developmentUnit": null,
                "reviewUnit": null,
                "designUnit": null,
                "surveyUnit": null,
                "platform": null,
                "importance": null,
                "dmsRootFolder": null,
                "productId": null,
                "allowPerson": null,
                "projectCategory": null,
                "phaseInfo": null,
                "projectInfoExpand": null,
                "pageSize": 10,
                "pageNum": 1,
                "sourceScene": null,
                "sourceWorkflow": null,
                "changeDetail": null,
                "changeDetailBean": null,
                "mainId": "d182857a0af84461a7e9c1dc515c9008",
                "baseCode": "",
                "baseDescription": "",
                "baseSoftwareName": null,
                "baseSoftwareVersion": null,
                "baseReleaseTime": null,
                "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": null,
                "registrationPresentName": null,
                "registrationFullAddress": "",
                "registrationApprovalName": "",
                "registrationBuiltTime": null,
                "registrationEstateAddress": "",
                "registrationBuildingStatus": "",
                "registrationBuildingArea": "",
                "registrationNatureCode": "",
                "registrationNatureName": "",
                "zonationDistrictName": "",
                "zonationDistrictCode": "",
                "zonationStreetName": "",
                "zonationStreetCode": "",
                "zonationCommunityName": "",
                "zonationCommunityCode": "",
                "zonationGridCode": "",
                "zonationVillage": "",
                "zonationRemark": "",
                "structureTypeName": "",
                "registrationPurpose": "",
                "registrationPurposeName": "",
                "usage": "",
                "bimCheckType": null,
                "locked": null,
                "pushed": null,
                "itemName": null,
                "engineeringName": null,
                "constructionUnit": null,
                "modelSource": null,
                "projectApplicationNumber": null,
                "totalReviewArea": null,
                "developmentProjectApprovalNumber": null,
                "specialFireProtectionDesign": null,
                "buildUnit": null,
                "engineeringCategory": null,
                "agentBuildUnit": null,
                "otherUnit": null,
                "supervisorUnit": null,
                "searchBeginDate": null,
                "searchEndDate": null,
                "searchUpdateBeginDate": null,
                "searchUpdateEndDate": null,
                "searchWord": null
            },
            "pageSize": 10,
            "pageNum": 1,
            "sourceScene": null,
            "sourceWorkflow": null,
            "changeDetail": null,
            "changeDetailBean": null
        }
    ]
}
修改于 2023-10-19 05:46:49
上一页
获取子文件列表
下一页
模型维度统计查询
Built with