简体   繁体   English

如何使用Postman在BIM 360中获取项目的图像?

[英]How do you GET a Project's image in BIM 360 using Postman?

I am able to create or update an existing Project's image on BIM 360 using Postman but is there any way to get GET the information regarding it? 我能够用邮差创建或更新BIM 360现有项目的形象,但有没有什么办法让GET有关的信息呢? Using the GET method, there is no information regarding images as shown below. 使用GET方法时,没有有关图像的信息,如下所示。

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

HTTP method: GET HTTP方法: GET

Result: 结果:

{
   "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"
}

Also using a GET method on the following URL doesn't exist. 在以下URL上也不使用GET方法。 https://developer.api.autodesk.com/hq/v1/accounts/{{Account_Id}}/projects/{{Project_Id}}/image

不幸的是,我们提供了PATCH API来上传/更新BIM360项目的图像,但是没有API来获取项目图像,这已经在内部进行了跟踪,我将为此请求添加更多注释。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM