Revision Service
- Create a new revision or update/overwrite a model
- Get the list of revisions of a model
- Get the info about a revision
- Update a revision
- List of APIs for retrieving info from a particular revision (3D objects, attachments etc)
- Calculate revisions comparison of the model
- Get calculated comparison of revisions of the model
Revision Service
Use this service for creating revisions of models or attachments.
Create a new revision or update/overwrite a model
Get the list of revisions of a model
Get the info about a revision
Update the revision info
List of APIs for retrieving info from a particular revision (3D objects, attachments etc)
Please note that all resources(eg: objects, attachments etc) of a model revision can be accessed using the revision query string(i.e "?revision=<revisionNr>")
eg: GET /<TeamSlug>/objects/<ObjectID>/disciplines/<DisciplineID>/geometries/threejs?revision=2
GET /<TeamSlug>/objects/<ObjectID>/attachments?revision=2