【问题标题】:Autodesk Forge Datamanagement APIAutodesk Forge 数据管理 API
【发布时间】:2019-11-16 03:46:16
【问题描述】:

我们使用 Autodesk Fusion Team 来管理协作。为了获得在中心激活的用户的概述并获得最后一次活动日期,我想编写一些代码。

我通过 Postman 检查了 Datamanagement API 的响应,但没有记录的请求可以像 BIM360 API 中那样获取用户。

https://developer.api.autodesk.com/hq/v1/accounts/accountId/users 这是来自 BIM360 API 文档的请求。我正在 Fusion Team 中寻找可能性。

[
  {
    "id": "a75e8769-621e-40b6-a524-0cffdd2f784e",
    "account_id": "9dbb160e-b904-458b-bc5c-ed184687592d",
    "status": "active",
    "role": "account_admin",
    "company_id": "28e4e819-8ab2-432c-b3fb-3a94b53a91cd",
    "company_name": "Autodesk",
    "last_sign_in": "2016-04-05T07:27:20.858Z",
    "email": "john.smith@mail.com",
    "name": "John Smith",
    "nickname": "Johnny",
    "first_name": "John",
    "last_name": "Smith",
    "uid": "L9EBJKCGCXBB",
    "image_url": "http://static-dc.autodesk.net/etc/designs/v201412151200/autodesk/adsk-design/images/autodesk_header_logo_140x23.png",
    "address_line_1": "The Fifth Avenue",
    "address_line_2": "#301",
    "city": "New York",
    "postal_code": "10011",
    "state_or_province": "New York",
    "country": "United States",
    "phone": "(634)329-2353",
    "company": "Autodesk",
    "job_title": "Software Developer",
    "industry": "IT",
    "about_me": "Nothing here",
    "created_at": "2015-06-26T14:47:39.458Z",
    "updated_at": "2016-04-07T07:15:29.261Z"
  }
]

【问题讨论】:

    标签: c# autodesk-forge autodesk-data-management


    【解决方案1】:

    不幸的是,Fusion Team 中没有 API。

    【讨论】:

    • 希望 Autodesk 能够做到这一点。
    猜你喜欢
    • 2017-06-29
    • 2018-04-09
    • 2021-10-05
    • 2021-12-17
    • 2016-12-15
    • 2017-02-21
    • 2017-12-09
    • 2020-10-05
    • 2020-02-21
    相关资源
    最近更新 更多