© 2008 Autodesk
Autodesk Manufacturing Developer’s Camp 2010   Extending Digital Prototyping
Web Services API – Document Service
§There are 3 main ways to traverse an association tree.
§Snapshot in Time
§See the direct associations for a file as specified when the file was added.
§API function: GetFileAssociationsById
§Get Latest
§Gets the latest version of any associated file.
§API function: GetLatestFileAssociationsByMasterId 
§By Revision
§Similar to “snapshot in time,” but here we care about revisions, not versions.
§API function: GetRevisionFileAssociationsByIds
§Does not apply to base Vault.
§See Knowledgebase section of the API documentation for more information.