0

在来自 BIM360 的 GET 项目中,service_types属性包含未记录的服务。

向 BIM360 项目 ( https://forge.autodesk.com/en/docs/bim360/v1/reference/http/projects-:project_id-GET/ ) 发出 GET 请求,service_types返回的值比https:/上记录的值更多/forge.autodesk.com/en/docs/bim360/v1/overview/parameters/#service-type

{
    "id": "{PROJECT_ID}",
    "account_id": "{ACCOUNT_ID}",
    "name": "Sample Project",
    "start_date": "2019-09-25",
    "end_date": "2019-10-25",
    "value": null,
    "currency": null,
    "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-09-25T14:26:04.092Z",
    "updated_at": "2019-10-04T16:44:25.271Z",
    "project_type": "Demonstration Project",
    "timezone": null,
    "language": "en",
    "construction_type": null,
    "contract_type": null,
    "last_sign_in": "2019-10-04T16:44:25.000Z",
    "service_types": "doc_manager,insight,admin"
}

根据文档,只有、 、 和fieldglue预期schedule的。plandoc_manager

4

1 回答 1

0

因此,目前的情况是这些服务没有得到适当的记录,因为它们还没有得到完全的支持。他们正在积极努力使这项服务更好并正确记录。本季度正在进行改进过程。请在不久的将来与我们联系,bim360 服务的良好结构和改进即将到来。感谢您与我们联系。

于 2019-10-07T15:27:35.347 回答