【发布时间】:2022-01-26 09:52:50
【问题描述】:
无法从 Autodesk BIM360 获取用于数据管理 API 的自定义属性数据 - https://forge.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-folder_id-contents-GET/
当我试图获取具有特定文件夹的特定项目中的所有可用数据时,但我没有获得其中的自定义属性数据。我还需要该文件夹中包含的文件的自定义属性数据。而我只能获取数据和包含缺少自定义属性值的值。 API 中也缺少自定义属性值。请在下面找到它。
data": [
{
"type": "folders",
"id": "urn:adsk.wipprod:dm.folder:hC6k4hndRWaeIVhIjvHu8w",
"attributes": {
"name": "Plans",
"displayName": "Plans",
"createTime": "2015-11-27T11:11:23.000Z",
"createUserId": "BW9RM76WZBGL",
"createUserName": "John Doe",
"lastModifiedTime": "2015-11-27T11:11:27.000Z",
"lastModifiedTimeRollup": "2015-11-27T11:11:27.000Z",
"lastModifiedUserId": "BW9RM76WZBGL",
"lastModifiedUserName": "John Doe",
"path": "/dm-test-root/f0cb4ba0-7722-0133-9814-0eeb7bad1e3b",
"objectCount": 4,
"hidden": false,
"extension": {
"type": "folders:autodesk.bim360:Folder",
"version": "1.0",
"schema": {
"href": "/schema/v1/versions/folders%3Aautodesk.bim360%3AFolder-1.0"
},
"data": {
"allowedTypes": [
"folders",
"items:autodesk.bim360:File",
"items:autodesk.bim360:Document",
"items:autodesk.bim360:TitleBlock"
],
"visibleTypes": [
"folders",
"items:autodesk.bim360:Document"
],
"namingStandardIds": []
}
}
我也想保存自定义属性及其值。Please find the image of the custom attribute with their values in the format of rows and colums
【问题讨论】:
标签: autodesk-forge autodesk-viewer autodesk autodesk-data-management