使用 Autodesk Forge API 检索 "Description" 或 "Custom Attribute" 字段
Retrieving "Description" or "Custom Attribute" fields using Autodesk Forge API
我们正在尝试使用 Autodesk Forge API requests/commands.
检索 BIM360 文档中所示的描述或自定义属性字段
我们尝试了以下请求来检索有关特定文件的信息:
- https://forge.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-items-item_id-GET/
- https://forge.autodesk.com/en/docs/data/v2/reference/http/ListItems/
我们得到了很多关于我们文件的 information/data,但是我们在收到的响应中看不到描述字段和自定义属性。
"data": {
"type": "versions",
"id": "urn:adsk.wipprod:fs.file:vf.WKuhlYuyR8uK2WT8HE1bCQ?version=20",
"attributes": {
"name": "TESTING",
"displayName": "TESTING",
"createTime": "2019-07-29T09:37:33.0000000Z",
"createUserId": "*****",
"createUserName": "TESTING",
"lastModifiedTime": "2019-08-05T08:27:10.0000000Z",
"lastModifiedUserId": "*****",
"lastModifiedUserName": "TESTING",
"versionNumber": 20,
"storageSize": 27020,
"fileType": "xlsx",
"extension": {
"type": "versions:autodesk.bim360:File",
"version": "1.0",
"schema": {
"href": "https://developer.api.autodesk.com/schema/v1/versions/versions:autodesk.bim360:File-1.0"
},
"data": {
"processState": "PROCESSING_COMPLETE",
"extractionState": "UNSUPPORTED",
"splittingState": "NOT_SPLIT",
"revisionDisplayLabel": "20",
"sourceFileName": "TESTING"
}
}
},
...
}
在所有这些字段中,我们希望字段 "Description" 或 "Custom Attributes" 也出现(如 BIM360 文档中所示)。 ¿是否可以使用 API 请求检索这些字段?
目前无法从 BIM 360 Docs 检索自定义属性信息,但新的 API 正在开发中,目前正在进行私人 Beta 测试以获取此信息,请回来查看在不久的将来与我们联系,因为这将很快可用。谢谢你的理解。
我们正在尝试使用 Autodesk Forge API requests/commands.
检索 BIM360 文档中所示的描述或自定义属性字段我们尝试了以下请求来检索有关特定文件的信息:
- https://forge.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-items-item_id-GET/
- https://forge.autodesk.com/en/docs/data/v2/reference/http/ListItems/
我们得到了很多关于我们文件的 information/data,但是我们在收到的响应中看不到描述字段和自定义属性。
"data": {
"type": "versions",
"id": "urn:adsk.wipprod:fs.file:vf.WKuhlYuyR8uK2WT8HE1bCQ?version=20",
"attributes": {
"name": "TESTING",
"displayName": "TESTING",
"createTime": "2019-07-29T09:37:33.0000000Z",
"createUserId": "*****",
"createUserName": "TESTING",
"lastModifiedTime": "2019-08-05T08:27:10.0000000Z",
"lastModifiedUserId": "*****",
"lastModifiedUserName": "TESTING",
"versionNumber": 20,
"storageSize": 27020,
"fileType": "xlsx",
"extension": {
"type": "versions:autodesk.bim360:File",
"version": "1.0",
"schema": {
"href": "https://developer.api.autodesk.com/schema/v1/versions/versions:autodesk.bim360:File-1.0"
},
"data": {
"processState": "PROCESSING_COMPLETE",
"extractionState": "UNSUPPORTED",
"splittingState": "NOT_SPLIT",
"revisionDisplayLabel": "20",
"sourceFileName": "TESTING"
}
}
},
...
}
在所有这些字段中,我们希望字段 "Description" 或 "Custom Attributes" 也出现(如 BIM360 文档中所示)。 ¿是否可以使用 API 请求检索这些字段?
目前无法从 BIM 360 Docs 检索自定义属性信息,但新的 API 正在开发中,目前正在进行私人 Beta 测试以获取此信息,请回来查看在不久的将来与我们联系,因为这将很快可用。谢谢你的理解。