Pulling data without generating a model

I would like to be able to pull the data for a shapediver model without generating the 3D rendering of it. Since I am working in Angular and there are issues with shapediver’s interaction with Angular, I was hoping that there was a way to simply obtain all of the parameters and measurements for a model without the standard “new SDVApp.ParametricViewer” command.

One strategy would be to use the backend API to request exports from the model (data and files) using a REST call. Find more about it here (the article includes a link to the postman documentation of the backend API).