Message 1 of 2
API calls to get table data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Wondering if anyone could point us to some examples or more (better) information.
We are trying Autodesk Platform Services and have this working for our .DWG files => https://github.com/autodesk-platform-services/aps-simple-viewer-nodejs
What we are trying to figure out is how to EXTRACT the data from tables in our DWG files. We can see the tables in the viewer so we assume there must be a good way to get the rows and columns data.
Thanks!