我可以使用 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"
}
GET
也不存在在以下 URL 上
使用方法。https://developer.api.autodesk.com/hq/v1/accounts/{{Account_Id}}/projects/{{Project_Id}}/image