Augusto Goncalves @augustomaia – Forge Partner Development
Phaneendra Kumar Divi – A360 Development Manager
Collaboration with Design Data
Summary
Learn how to combine the Forge Model
Derivative, Viewer, Markup, Commenting and
Data Management APIs to create powerful
review and collaboration workflows around your
design.
Demo
• Live at
forgedatamanagement.herokuapp.com
• Code at
github.com/Developer-Autodesk/data.management.api-nodejs-sample
• See it at
youtube.com/watch?v=JmlR3HR1-A8
Sample & Testimonials
•
•
•
Statistics: Data at the Center
• Billions of files
• 60+ formats
Technology: framework + building blocks
• Authentication (OAuth)
• Data Management API
• CollaborationAPI
• Model Derivative API
• Viewer
• Other building blocks not presented at this class…
Focus of
this class
Technology: API & Data structure
Play with Postman
• http://developer.api.autodesk.com
• JSON API format
• Hubs: /project/v1/hubs
Authorization: Bearer [TOKEN]
Interesting Data Management API endpoints
• List of project
/project/v1/hubs/::hubid::/projects
• Project
/project/v1/hubs/::hubid::/projects/::projectid::
• Folder contents (list of items)
/data/v1/projects/::projectid::/folders/::folderid::/contents
• Versions (of an item)
/data/v1/projects/::projectid::/items/::itemid::/versions
Interesting Collaboration API endpoints
• List of comments
• Add a comments
• List project members
• Invite project members
• Create public shares
• With & without password protection
• Markup
• Register & get a key
developer.autodesk.com
• See documentation & tutorials
developer.autodesk.com/en/docs/data/v2
• Reuse code
github.com/Developer-Autodesk
• Ask questions
TAG: autodesk-data-management
What’s next?
Questions?
@augustomaia

Forge - DevCon 2016: Collaborating with Design Data

  • 1.
    Augusto Goncalves @augustomaia– Forge Partner Development Phaneendra Kumar Divi – A360 Development Manager Collaboration with Design Data
  • 2.
    Summary Learn how tocombine the Forge Model Derivative, Viewer, Markup, Commenting and Data Management APIs to create powerful review and collaboration workflows around your design.
  • 3.
    Demo • Live at forgedatamanagement.herokuapp.com •Code at github.com/Developer-Autodesk/data.management.api-nodejs-sample • See it at youtube.com/watch?v=JmlR3HR1-A8
  • 4.
  • 5.
    Statistics: Data atthe Center • Billions of files • 60+ formats
  • 6.
    Technology: framework +building blocks • Authentication (OAuth) • Data Management API • CollaborationAPI • Model Derivative API • Viewer • Other building blocks not presented at this class… Focus of this class
  • 7.
    Technology: API &Data structure
  • 8.
    Play with Postman •http://developer.api.autodesk.com • JSON API format • Hubs: /project/v1/hubs Authorization: Bearer [TOKEN]
  • 9.
    Interesting Data ManagementAPI endpoints • List of project /project/v1/hubs/::hubid::/projects • Project /project/v1/hubs/::hubid::/projects/::projectid:: • Folder contents (list of items) /data/v1/projects/::projectid::/folders/::folderid::/contents • Versions (of an item) /data/v1/projects/::projectid::/items/::itemid::/versions
  • 10.
    Interesting Collaboration APIendpoints • List of comments • Add a comments • List project members • Invite project members • Create public shares • With & without password protection • Markup
  • 11.
    • Register &get a key developer.autodesk.com • See documentation & tutorials developer.autodesk.com/en/docs/data/v2 • Reuse code github.com/Developer-Autodesk • Ask questions TAG: autodesk-data-management What’s next?
  • 12.