Changelog
rel-1.206 - released 2025-10-31
- Updated
POST:/appelements/d/[:did]/[:wvm]/[:wvmid]/e/[:eid]/contentnow requires specifyingbtTypein thejsonTreeEditfield - Updated all
/appelements/endpoints to include a new required response propertyjsonDifference/btType
rel-1.205 - released 2025-10-10
- New list standard content endpoint
GET:/standardcontent/list - New list standard content parameter values endpoint
GET:/standardcontent/[:did]/parametervalues - New create standard content custom parameters endpoint
POST:/standardcontent/[:did]/customparameters - Updated
POST:/drawings/d/[:did]/w/[:wid]/e/[:eid]/modifyto support creation and modification of dimension tolerances type (symmetrical, deviation, limits, basic, min and max) https://onshape-public.github.io/docs/api-adv/drawings/#examples---dimensions - Support export of title block bounding box in Drawings (DRAWING_JSON)
rel-1.204 - released 2025-09-19
- Updated assembly BOM endpoint
/assemblies/d/[:did]/w/[:wid]/e/[:eid]/bomto include new response propertypartIdentity - API keys are no longer part of the dev-portal and are now located under the
Developerarea of user preferences, PRO and Enterprise company settings
rel-1.203 - released 2025-08-29
- Updated
POST:/drawings/d/[:did]/w/[:wid]/e/[:eid]/modifyto support the addition and editing of views in drawings: https://onshape-public.github.io/docs/api-adv/drawings/#examples---views - Updated
POST:/drawings/d/[:did]/w/[:wid]/e/[:eid]/modifyto support creation and modification of centermarks: https://onshape-public.github.io/docs/api-adv/drawings/#add-a-centermark-to-a-circular-edge - Updated javascript web client to support client messaging to
openFeatureDialogandcloseFeatureDialog: https://onshape-public.github.io/docs/app-dev/clientmessaging/#element-right-panel-extensions - Updated details in documentation about how to find the bounding box: https://onshape-public.github.io/docs/app-dev/drawings/#find-bounding-box-details
- Updated details in documentation about
logicalIDaliases in the annotation section: https://onshape-public.github.io/docs/app-dev/drawings/#edit-an-annotation - Fixed a specific issue where GD&T symbols can be placed unexpectedly for Drawings modify endpoint
- Fixed an issue where notes can associate to an unexpected view on creation for Drawings modify endpoint
rel-1.202 - released 2025-08-07
- New webhook event for document share, unshare and share changes
onshape.document.lifecycle.shared: https://onshape-public.github.io/docs/app-dev/webhook/#document-group
rel-1.201 - released 2025-07-18
- New
V12version to the api (https://cad.onshape.com/api/versions), to support translation endpoints checking if input elements match the expected element type - New update global permissions endpoint (Enterprise)
POST:/companies/[:cid]/globalpermission/[type]/[id] - New delete global permissions endpoint (Enterprise)
DELETE:/companies/[:cid]/globalpermission/[type]/[id] - Support export of the bounding box for view in Drawings (DRAWING_JSON)
- Add
contentTypeandfileExtensionsto the response for/translations/translationformatsendpoint - Deprecate
globalPermissionsfield forPOST:/companies/[:cid]/users[:uid](Use new endpoints above for global permission modifications) - Fixed an issue with updateUserCompany not removing global permissions correctly
rel-1.200 - released 2025-06-27
- New workflow endpoint (
GET:/workflow/obj/[:objectId]) as a lightweight alternative to (GET:/releasepackages/..to get status on a release package - Updated drawings modify endpoint (
POST:/drawings/d/[:did]/[:wv]/[:wvid]/e/[:eid]/modify) with support for export, create, edit and delete of surface finish symbols - New tutorial for creating surface finish symbols to a drawing and an annotation: https://onshape-public.github.io/docs/api-adv/drawings/#add-a-surface-finish-symbol-to-a-drawing https://onshape-public.github.io/docs/api-adv/drawings/#add-a-surface-finish-symbol-to-an-annotation
- Updated
DRAWING_JSONexport format to include dimensions to sketched entities - Updated translations endpoint (
POST:/translations/d/[:did]/[:wv]/[:wvid]) with the optional request propertyparasolidMode: https://onshape-public.github.io/docs/api-adv/translation/#export-an-assembly-to-a-binary - Updated drawings modify endpoint (POST : /drawings/d/[:did]/[:wv]/[:wvid]/e/[:eid]/modify) with support for creating sketches in drawings https://onshape-public.github.io/docs/api-adv/drawings/#examples---create-sketches
- Fixed missing
parent view idinformation using/drawings/d/[:did]/[:wvm]/[:wvmid]/e/[:eid]/viewsAPI
rel-1.199 - released 2025-06-06
- New
V11version to the api (https://cad.onshape.com/api/versions), added to supportgetElementsInDocumentendpoint adds query parameterwithZipContentsto return the contents of a zip file tab - New assembly direct translation endpionts
POST:/d/[:did]/[:wv]/[:wvid]/e/[:eid]/export/gltf,/obj,/solidworks, and/step: https://onshape-public.github.io/docs/api-adv/translation/#export-an-assembly-to-gltf-obj-solidworks-or-step - New Part Studio direct translation endpionts
POST:/d/[:did]/[:wv]/[:wvid]/e/[:eid]/export/gltf,/obj,/solidworks, and/step: https://onshape-public.github.io/docs/api-adv/translation/#export-a-part-studio-to-gltf-obj-solidworks-or-step - New documents endpoint (
POST:/documents/d/[:did]/[:wv]/[:wvid]/contents) to retrieve tabs and folders inside the document - New documentation page for Revision and Part number tutorials: https://onshape-public.github.io/docs/api-adv/relmgmt/
- Updated blobelements endpoint (
GET:/blobelements/d/[:did]/[:wv]/[:wvid]) with the optional request propertyversionDescription,versionIdandversionName - Updated blobelements endpoint (
POST:/blobelements/d/[:did]/[:wv]/[:wvid]/e/[:eid]) with the optional request propertyversionDescription,versionId' andversionName` - Updated translations endpoint (
POST:/translations/d/[:did]/[:wv]/[:wvid]) with the optional request propertyversionDescription,versionIdandversionName - Updated documents endpoint (
GET:/documents/d/[:did]/[:wv]/[:wvid]/elements) with the optional request propertywithZipContents - Updated Part Studio features endpoint (
POST:/partstudios/d/[:did]/[:wv]/[:wvid]/e/[:eid]/features) with the optional request propertyfeature/suppressionState - Updated Part Studio direct translation endpoint
POST:/d/[:did]/[:wv]/[:wvid]/e/[:eid]/export/stepwith request propertystepUnitas a list of enum values:
| stepUnit |
|---|
CENTIMETER, FOOT, INCH, METER, MILLIMETER, UNKNOWN, YARD |
rel-1.198 - released 2025-05-16
- New list items endpoint
GET:/items - New create item endpoint
POST:/items - New list item endpoint
GET:/items/[:iid] - New update item endpoint
POST:/items/[:iid] - New asyncronous STEP export endpoint (
POST:/partstudios/d/[:did]/[:wv]/[:wvid]/e/[:eid]/export/step) - Updated blobelements endpoint (
POST:/blobelements/d/[:did]/[:wv]/[:wvid]) with the optional request propertyrepointAppElementVersionRefs - Updated blobelements endpoint (
POST:/blobelements/d/[:did]/[:wv]/[:wvid]/e/[:eid]) with the optional request propertyrepointAppElementVersionRefs - Updated document workspace copy endpoint (
POST:/documents/[:did]/workspaces/[:wid]/copy) with the optional request propertyrepointAppElementVersionRefs - Updated insertables endpoints (
GET:/documents/d/[:did]/[:wv]/[:wvid]/insertablesand/insertables/d/[:did]/latestwith new optionalqueryrequest parameterisObsoletion) - Deprecate
GET:/releasepackages/companyreleaseworkflowendpoint - New tutorial for associating a leader with a drawings view edge: https://onshape-public.github.io/docs/api-adv/drawings/#associate-a-leader-with-a-view-edge
- New tutorial for associating an annotation with a drawings view edge: https://onshape-public.github.io/docs/api-adv/drawings/#associate-an-annotation-with-a-view-edge-without-a-leader
- Updated description of how to use encoded configurations: https://onshape-public.github.io/docs/api-adv/configs/#encoded-configurations
- New tutorial for specifying a configuration during an asynchronous export: https://onshape-public.github.io/docs/api-adv/configs/#export-a-configured-assembly-asynchronous
rel-1.197 - released 2025-04-25
- New appelements subelements endpiont
GET:/appelements/d/[:did]/w/[:wid]/e/[:eid]/content/subelements - A new response header field
x-deprecatedis now returned when invoking a deprecated API (https://onshape-public.github.io/docs/api-intro/#onshape-api-response) - Updated blobelements endpoint (
POST:/blobelements/d/[:did]/[:wv]/[:wvid]) with the optional request propertydocumentIdandpreserveSourceIds - Updated blobelements endpoint (
POST:/blobelements/d/[:did]/[:wv]/[:wvid]/e/[:eid]) with the optional request propertydocumentIdandpreserveSourceIds - Updated comments endpoint (
POST:/comments/[:cid]/attachment) with the required request propertyisMarkup - Updated drawings modify endpoint (
POST:/drawings/d/[:did]/[:wv]/[:wvid]/e/[:eid]/modify) with the new optional request propertyjsonRequests/items/description - Updated translations endpoint (
POST:/translations/d/[:did]/[:wv]/[:wvid]) with the optional request propertydocumentIdandpreserveSourceIds - Updated documentation to address rate limiting 429 requests (https://onshape-public.github.io/docs/api-adv/errors/#429-too-many-requests)
rel-1.196 - released 2025-04-04
- Extensions: Add
sessionCompanyIdas a default query string prarmeter for Drawing tabs - Fixed an issue that can cause
/glTFexport endpoint to skip certain nested composite parts in an assembly - Fixed error message when using
/featuresto create or update Part Studio features - Updated documentation for translation endpoints around async vs sync endpoints (https://onshape-public.github.io/docs/api-adv/translation/)
rel-1.195 - released 2025-03-14
- Updated all translation endpoints with new optional request property
rhinoVersionandstlMode - Updated
GET:/assemblies/d/[:did]/[:wv]/[:wvid]/e/[:eid]/matevaluesnow supports versionsv - Added new documentation for Document CRUD (https://onshape-public.github.io/docs/api-adv/documents/)
- Added new documentation for Metadata with python snippets (https://onshape-public.github.io/docs/api-adv/metadata/)
- Added new documentation for Drawings tutorial for attaching an annotation to a parent (https://onshape-public.github.io/docs/api-adv/drawings/#attach-an-annotation-to-a-parent)
- Fixed unexpected responses for
viewHrefandhreffields
rel-1.193 - released 2025-01-31
- Updated
POST:/drawings/d/[:did]/w/[:wid]/e/[:eid]/modifyto support creation and modification of chamfer dimensions (https://onshape-public.github.io/docs/api-adv/drawings/#add-a-chamfer-dimension-to-a-drawing) - Updated
POST:/drawings/d/[:did]/w/[:wid]/e/[:eid]/modifyto support creation and modification of datums (https://onshape-public.github.io/docs/api-adv/drawings/#add-a-datum-to-a-drawing) - Deprecate request property
addAllDrawingsActivefromPOST:/releasepackages/[:rpid](automatically done by the server for stability) - Update
DELETE:/documents/d/[:did]/workspaces/[:wid]to not require global permissonPermanentlylDelete
rel-1.192 - released 2025-01-10
- Updated all translation endpoints with new optional request property
excludeOffSheetContent - Updated document export endpoint (
POST:/documents/d/[:did]/[:wv]/[:wvid]/e/[:eid]/export) with the request propertyincludeCboreCsink - Updated release package endpoints (
POST:releasepackages/release[:wfid]andreleasepackages/[:rpid]) with the request propertyitems/items/revisionId - Updated all configuration endpoints with a new attribute
visibilityConditionfor configuration parameters - Extensions: Add
sessionCompanyIdas a parameter for the Action URL
rel-1.191 - released 2024-12-13
- New share anonmyous endpoint
POST:/documents/[:did]/acl/anonymousAccess - New share public endpoint
POST:/documents/[:did]/acl/public - Added documentation in the API Guide for Part Studios (https://onshape-public.github.io/docs/api-adv/partstudios/)
- Added a quick start video to the API Guide (https://onshape-public.github.io/docs/api-intro/quickstart/)
rel-1.190 - released 2024-11-22
- Added new
V10version to the api (https://cad.onshape.com/api/versions), added to support future functionality - New list assembly matevalues endpiont
GET:/assemblies/d/[:did]/w/[:wid]/e/[:eid]/matevalues - New create assembly matevalues endpiont
POST:/assemblies/d/[:did]/w/[:wid]/e/[:eid]/matevalues - Updated export Drawing JSON response to include ‘isDangling’ field
- Fixed issue with Attributes xCenter, yCenter, xDir and yDir not returning in the response for BTCurveGeometryCircle and BTCurveGeometryEllipse
- Added new quick start video to the API Guide (https://onshape-public.github.io/docs/api-intro/quickstart)
- Added documentation for export Drawing JSON for inspection symbols having
isDanglingfield (https://onshape-public.github.io/docs/api-adv/drawings/#find-dangling-entities) - Updated Features API documentation for creating and updating circles (https://onshape-public.github.io/docs/api-adv/featureaccess)
rel-1.189 - released 2024-11-01
- Updated
POST:/drawings/d/[:did]/w/[:wid]/e/[:eid]/modifywith new optional propertyoutputStatusCode
rel-1.188 - released 2024-10-11
- New appelements endpoint to resolve bulk app element references
GET:/appelements/d/:[did]/[:wvm]/[:wvimid]/resolvereferences - Updated all translation endpoints with new optional request property
evaluateExportRule - Updated all translation endpoints with new optional request property
excludeHiddenEntities - Updated all translation endpoints with new optional response property
exportRuleFileName - Removed from all translation endpoints the request property
invisibleEntitiesExportFilter - Removed from
POST:/documents/d/[:did]/[:wv]/[:wvid]/e/[:eid]/exportthe request propertyexcludeSuppressedEntities
rel-1.187 - released 2024-09-20
- New assembly display states endpoint
GET:/assemblies/d/[did]/[wvm]/[wvmid]/e/[eid]/displaystates - Updated drawings translation endpoint for the formate
DRAWING_JSONto include the fieldisDanglingon callouts, centerlines, GD&T and notes - Increase allowed size for
POSTto/featurestudioendpoint
rel-1.186 - released 2024-08-29
- Added new
V9version to the api (https://cad.onshape.com/api/versions), returningdeterministicIdsin query responses forGET: ‘/features’. - New list tasks endpoint
GET:/tasks - New create task endpoint
POST:/tasks - New list tasks endpoint
GET:/tasks/[:tid] - New update task endpoint
POST:/tasks/[:tid] - New transition task endpoint
POST:/tasks/[:tid]/[:transition] - Updated modify drawings endpoint
POST:/drawings/d/[:did]/w/[:wid]/e/[:eid]/modifyto support editing annotations (messageName=onshapeEditAnnotations)
rel-1.185 - released 2024-08-12
- Updated all endpoints that return a user summary (createdBy, modifiedBy) have a new boolean property
isOnshapeSupportfor use to separate Onshape support employee activities. - Updated all
bodyDetails,tessellatededged, andtessellatedfacesendpionts (parts and Part Studios) to includeerrorEnumvales for detecting new mate position, curve pattern and Simulation material checks.
rel-1.184 - released 2024-07-19
- Updated API version to
V8, (https://cad.onshape.com/api/versions), A new microversion will not be created when a document restore operation results in a no-op. - Remove inconsistencies in assembly definition endpoint (
/assemblies/d/[did]/[wvm]/[wvmid]/e/[eid]) related to configuration parameters - Update all translation endpoints (
POST:../translations) to include new request propertyuseFileNameToSetSinglePartName - Update all revision endpoints (
GET:/revisions/..) to include response propertycanChangeType(supporting new admin option to change type part, assembly, file, etc) - Update
GET:/users/[:uid]/settingsendpoint to include responses forhighlightLaminarEdgesandperspectiveModeOnfordefaultstatus
rel-1.183 - released 2024-06-28
- Added new
V7version to the api (https://cad.onshape.com/api/versions) - Updated
GET:V7/partstudios/d/[did]/[wvm]/[wvmid]/e/[eid]/sketchesto return fully defined status (UNDERDEFINED, WELL_DEFINED, OVERDEFINED, UNKNOWN) - Updated
GET:V7/partstudios/d/[did]/[wvm]/[wvmid]/e/[eid]/sketchesvectors are now maps instead of arrays, and may beBTVector2dorBTVector3ddepending on theoutput3Dparameter - Updated
GET:V7/partstudios/d/[did]/[wvm]/[wvmid]/e/[eid]/sketchesto use more consistent naming:
| Fields |
|---|
sketch -> name |
sketchId -> featureId |
transformMatrix -> sketchMatrix |
featuresUsed -> featuresUsingSketch |
geomEntities -> entities |
- Updated
GET:/variablesendpoint to return variable description when variable is set through custom feature - Updated
POST:/webhooksendpoint to default toisTransient = trueif not specified (auto cleanup) - Updated descriptions for Assembly, Documents, Metadata, Parts, Part Studios, Revisions, Variables and Versions enddpoints
rel-1.182 - released 2024-06-07
- Updated descriptions for
webhooksendpoints
rel-1.181 - released 2024-05-17
- Update Document, Assembly, Blob, Drawing and Part Studio translation
POSTendpoints to have a new request body propertyoccurancesToExport - Update to
/elementsendpoint summary and descriptions in Glassworks - Updated documentation for webhooks (https://onshape-public.github.io/docs/app-dev/webhook/)
rel-1.180 - released 2024-04-26
- New Drawings sample application (public repo: https://github.com/onshape-public/onshapedrawingjson)
- New API Guide section for response codes (https://onshape-public.github.io/docs/api-adv/errors/)
- Support export of tables in JSON of Drawings
GET:/appelements/[:did]/[:wvm]/[:wvmid]/e/[:eid]/views/[:viewid]/jsongeometry - Update Assembly, Blob, Drawing and Part Studio translation
POSTendpoints to have a new request body propertyresolution
rel-1.179 - released 2024-04-05
- New drawing views list endpoint
GET:/appelements/[:did]/[:wvm]/[:wvmid]/e/[:eid]/views - New drawing view endpoint
GET:/appelements/[:did]/[:wvm]/[:wvmid]/e/[:eid]/views/[:viewid]/jsongeometry - New updated features endpoint documentation
- Updated glassworks for all metadata endpoints to reference developer documentation
- Added description of output to schema for Metadata APIs
- Updated translation endpoints with new request property
specifyMaterialData
rel-1.178 - released 2024-03-15
- Update Part Studio translation
POSTendpoint to have a new request body propertyimportMaterialDensity - Update active workflow endpost
GET:/workflow/activeto have a new response propertyhasInactiveCustomWorkflows - Updated authorization (OAuth2 and BasicAuth) for publication endpoints
- Various updates to descriptions of data types and query parameters
- Fixed delete publication endpoint (
HTTP::200now removes publication)
rel-1.177 - released 2024-02-23
- Updated translation endpoints with new request property
useIGESImportPostProcessing - Updated translation endpoints with modified request property
stepParasolidPreprocessingOption - Updated descriptions for
metadata|releasepackagesfor propertypropertyOverrideStatus
rel-1.176 - released 2024-02-02
- New create publication endpoint
POST:/publications - New update publication endpoint
POST:/publications/[:pid] - New delete publication endpoint
DELETE:/publications/[:pid] - New create publication item endpoint
POST:/publications/item - New update publication item endpoint
POST:/publications/item/[:iid] - New delete publication item endpoint
DELETE:/publications/item/[:iid]
rel-1.175 - released 2024-01-12
- Exclude suppressed sub assemblies from rootAssembly occurrences for
GET:/assemblies/d/[did]/[wvm]/[wvmid]/e/[eid]
rel-1.174 - released 2023-12-15
- Add microversion id the extension url
[$microversionId] - Updated translation endpoints with new request property
pdfVersion - Fixed issue with bodydetails endpoints always returning
isInnerandisOuterthe same - Update all endpoints for
bodydetails|tessellatededges|tessellatedfaces|featurescriptto include new response bodyerrorEnum:
| errorEnum |
|---|
BODY_DRAFT_STRAY_NONMITER_EDGES |
MASS_PROPERTY_FACES_NOT_COPLANAR |
PARAMETER_VALUE_INVALID |
SHEET_METAL_CHAMFER_NO_TANGENT_BASED |
CHAMFER_DIRECTION_OVERRIDE_NO_EFFECT |
FILLET_CHAMFER_UNSUPPORTED |
CHAMFER_HELD_BACK |
SWEEP_BAD_LOCK_DIRECTION |
SHEET_METAL_COUNTER_HOLE_UNSUPPORTED |
SWEEP_SELECT_DIRECTION |
- Update all endpoints for
bodydetails|tessellatededges|tessellatedfaces|featurescriptto include new propertyimageForeignId - Support sending a list of emails to
POST:/classrooms/[cid]/members
rel-1.173 - released 2023-11-28
- Update all classroom endpoints (
/classrooms/) to support OAuth - Add description of output to schema for getAssemblyShadedViews API
rel-1.172 - released 2023-11-06
- Update all endpoints for
bodydetails|tessellatededges|tessellatedfaces|featurescriptto include new response bodyerrorEnum:
| errorEnum |
|---|
FIT_TOLERANCE_LIMITS_NOT_FOUND |
FIT_TOLERANCE_SIZE_TOO_LARGE_ISO |
FIT_TOLERANCE_SIZE_TOO_LARGE_ANSI |
OFFSET_WIRE_SHEET_CREATION_FAILED |
REPLACE_FACE_SHEET_SMALL |
REPLACE_FACES_NOT_ADJACENT |
SHEET_METAL_HOLE_REBUILD_FAILED |
CPLANE_TANGENT_INPUT |
CPLANE_TANGENT_SELECT_REFERENCE |
CNE_TANGENT_PLANE_INVALID |
CPLANE_TANGENT_POINT_INVALID |
REPLACE_FACES_NOT_SAME_BODY |
MUST_USE_DEFAULT_RADIUS_WITH_FACE_BEND |
CANNOT_RIP_A_FACE_BEND |
CANNOT_MAKE_A_FACE_BEND_TANGENT |
- References to
API Guidefor endpoint descriptions in Glassworks
rel-1.171 - released 2023-10-13
- Update all translation
POSTendpoints to have a new request body propertieshideInspectionItemsandtextOption - Replaced
GET:/releasepackages/companyreleaseworkflow|/workflow/activepropertycanCurrentUserSyncVersionsToArenawithcanCurrentUserSyncStandardContentToArena - Updated
GETandPOST:/tabletemplatesendpoint with new response propertyvalueType - Comprehensive update to remaining endpoint summary and descriptions in Glassworks
rel-1.170 - released 2023-09-22
- New appelements delete subelement endpoint
DELETE:/appelements/d/[did]/[wvm]/[wvmid]/e/[eid]/content/subelements - New company add new user endoint
POST:/companies/[cid]/users - New company update user endoint
POST:/companies/[cid]/users/[uid] - New company delete user endoint
DELETE:/companies/[cid]/users/[uid] - Comprehensive update to remaining endpoint summary and descriptions in Glassworks
rel-1.169 - released 2023-09-01
- Comprehensive update to most endpoint summary and descriptions in Glassworks
- Update all translation endpoints to include new property
importAppearances - Update
POST:/partstudios/d/[did]/[wvm]/[wvmid]/e/[eid]/featurescripthas a new propertyexpressionErrorInfo - Update
GETandPOST:/releasepackages/[rpid]propertyworkflow/actionshas a new enum valueREASSIGN_TASK
rel-1.168 - released 2023-08-11
- Deprecated
POST:/api/drawings/create-> Replaced withPOST:/api/drawings/d/[did]/w/w/[wid]/create - Update
GET:/api/documentsendpoint has a new propertypublishedVersion - Update
GETandPOST:/api/releasepackages/[rpid]has a new propertysyncedWithPLM
rel-1.167 - released 2023-07-21
- Update glTF translation endpoints to use new field
useGltfCompression(bool) - Update STEP translation endpoints to use new field
stepParasolidPreprocessingOption(0-None, 1-Advanced, 2-Automatic, 3-Basic) - Update
GET:/api/documents|/api/documents/[did]|/api/companies/[cid]/documentsbynameto include new fieldforceExportRules
rel-1.165 - released 2023-06-12
- Support
partIdarray string forGET:/api/partstudios/bodydetailsendpoint for the option of getting a subset of parts from a partstudio (empty = all parts)
rel-1.163 - released 2023-04-28
- Update documentation for the Documents endpoint (
/api/documents) - Update Releasepackage endpoint
GET:/api/releasepackageto includetypeto understand action (ie. Approve vs Reject) - Update API to V6 - Fix a bug in how updating the JSON tree of an app element in a transaction returns the diff
rel-1.162 - released 2023-04-12
- New Assembly modify endpoint
POST:/api/assemblies/d/{did}/w/{wid}/e/{eid}/modifyfor bulk deletion and suppression of instances and features
rel-1.161 - released 2023-03-20
- New BOM templates endpoint (
/api/tabletemplates) - Support POST
/api/webhooksparameterisTransient = trueto specify auto cleanup after a set number of days
rel-1.160 - released 2023-02-24
- Support configuratons for
GET:/api/partstudios/d/{did}/{wvm}/{wvmid}/e/{eid}/features - Remove deprecated
GET:/api/elements/:emid - Remove deprecated
GETandPOST:/api/elements/d/:did/[wvm]/:wvmid/e/:eid/metadata - Deprecated
GETandPOST:/api/parts/standardcontent/d/:did/v/:vid/e/:eid/[cu]/:cuid/partid/:pid/metadata - Deprecated
GETandPOST:/api/parts/d/:did/[wvm]/:wmvid/e/:eid/partid/:pid/metadata
rel-1.158 - released 2023-01-11
- New example values in Glassworks API documentation
rel-1.155 - released 2022-11-01
- Support Parasolid binary (x_b) exports
rel-1.154 - released 2022-10-10
- Add face color, hidden state and type of composite to body details endpoint
rel-1.152 - released 2022-08-30
- Support more parameters to filter the partstudio endpoint
rel-1.147 - released 2022-05-16
- Support global tree node endpoint for impacting recently opened filter
rel-1.146 - released 2022-04-25
- Support API versioning
- Return ‘nodeId’ when adding or updating an AppElement
rel-1.145 - released 2022-04-05
- Fixed issue where assembly feature errors were missing
rel-1.140 - released 2021-12-15
- Add mass properties for assemblies
rel-1.139 - released 2021-11-15
- Relax casing search in Glassworks (Swagger client)
- BOM and Metadata API endpoint responses now matched
rel-1.138 - released 2021-10-25
- Updated webhook documentation
rel-1.135 - released 2021-8-20
- Webhook events for Enterprise SSO configuration changes
rel-1.134 - released 2021-07-30
- Support comment events (add, update, delete) for the web-hook endpoint
rel-1.131 - released 2021-06-01
- Add synchronous glTF/gLB endpoint for assemblies
rel-1.128 - released 2021-03-29
- Support face color for export of glTF/gLB
- Add document API endpoint for comments
rel-1.127 - released 2021-03-08
- Add translation option dtkPeriodicFacesPolicy=3 for CATIA parts
rel-1.126 - released 2021-02-12
- Add GLTF and GLB accepts option to the tessellation APIs
rel-1.125 - released 2021-01-25
- Add ‘good/better/best’ quality query parameters to tessellation endpoint
rel-1.122 - released 2020-11-18
- Enforce OAuth endpoint rate limiting
- Add release package action/transition based webhooks
rel-1.119 - released 2020-09-15
- Add rollback bar to EvalFeatureScript endpoint
rel-1.118 - released 2020-08-25
- PartStudio GET support for sketch constraints in features endpoint
rel-1.116 - released 2020-07-15
- Specify starting elements to create document endpoint
rel-1.114 - released 2020-06-03
- Project endpoints
rel-1.113 - released 2020-05-11
- Output GLTF files for an element (tab)
rel-1.111 - released 2020-03-31
- Support ownership transfer for teams
rel-1.110 - released 2020-03-09
- Add support for exploded views
rel-1.108 - released 2020-01-29
- Drawings endpoints for create 4 view, get view geometry and view definition
rel-1.102 - released 2019-09-11
- Added webhook events for release management
- Added webhook event for document version creation
rel-1.99 - released 2019-07-08
- Assembly BOM API support for items
rel-1.96 - released 2019-05-03
- Part Studio compare endpoint
rel-1.93 - released 2019-03-01
- Webhook subscriptions for a company
rel-1.86 - released 2018-09-28
- Export Drawings to DXF, DWG and PDF