【问题标题】:How do you GET a Project's image in BIM 360 using Postman?如何使用 Postman 在 BIM 360 中获取项目的图像?
【发布时间】:2019-06-12 13:48:38
【问题描述】:

我可以使用 Postman 在 BIM 360 上创建或更新现有项目的图像,但有没有办法获得GET 的相关信息?使用GET 方法,没有关于图像的信息,如下所示。

网址: https://developer.api.autodesk.com/hq/v1/accounts/{{Account_Id}}/projects/{{Project_Id}}

HTTP 方法: GET

结果:

{
   "id": "**************************",
   "account_id": "**************************",
   "name": "My Project(2)",
   "start_date": "2018-11-06",
   "end_date": "2018-12-06",
   "value": null,
   "currency": "USD",
   "status": "active",
   "job_number": null,
   "address_line_1": null,
   "address_line_2": null,
   "city": null,
   "state_or_province": null,
   "postal_code": null,
   "country": "United States",
   "business_unit_id": null,
   "created_at": "2019-01-14T15:31:25.950Z",
   "updated_at": "2019-01-18T09:35:27.071Z",
   "project_type": "Demonstration Project",
   "timezone": null,
   "language": "en",
   "construction_type": null,
   "contract_type": null,
   "last_sign_in": "2019-01-15T14:59:08.000Z",
   "service_types": "doc_manager,insight,admin"
}

在以下 URL 上使用 GET 方法也不存在。 https://developer.api.autodesk.com/hq/v1/accounts/{{Account_Id}}/projects/{{Project_Id}}/image

【问题讨论】:

    标签: postman autodesk-forge autodesk-bim360


    【解决方案1】:

    很遗憾,我们提供了 PATCH API 来上传/更新 BIM360 项目的图像,但没有用于获取项目图像的 API,这已经在内部跟踪,我将为此请求添加更多 cmets。

    【讨论】:

      猜你喜欢
      • 2019-06-09
      • 2019-03-23
      • 2020-01-07
      • 1970-01-01
      • 2022-01-06
      • 2019-07-08
      • 2020-06-24
      • 2019-05-27
      • 2017-10-23
      相关资源
      最近更新 更多