Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Microversion can not be specified for the linked documents [Drawing]
I'm trying to create a drawing of a part using /drawings/create but all i get is an error response of "Microversion can not be specified for the linked documents "
My request body is:
My request body is:
{
"border": true,
"computeIntersection": true,
"decimalSeparator": "string",
"displayStateId": "string",
"documentId": "6825f25718f22bf68f87355a",
"documentMicroversionId": "string",
"drawingName": "My Drawing",
"elementConfiguration": "default",
"elementId": "d999a6476500ae02b8b231cf",
"elementMicroversionId": "string",
"explosionId": "string",
"externalDocumentId": "string",
"externalDocumentVersionId": "string",
"hiddenLines": "EXCLUDED",
"includeSurfaces": true,
"includeWires": true,
"isFlattenedPart": false,
"isSketchOnly": true,
"isSurface": false,
"language": "string",
"location": {
"elementId": "string",
"position": 0
},
"modelType": "string",
"namedPositionId": "string",
"numberHorizontalZones": 0,
"numberVerticalZones": 0,
"partId": "string",
"partNumber": "string",
"partQuery": "string",
"projection": "third",
"pureSketch": true,
"qualityOption": "string",
"referenceType": 1,
"referenceTypeEnum": "UNKNOWN",
"revision": "string",
"showCutGeomOnly": true,
"simplificationOption": "string",
"simplificationThreshold": 0,
"size": "string",
"sketchIds": [
"string"
],
"standard": "string",
"startZones": "string",
"templateArgs": [
"string"
],
"templateDocumentId": "string",
"templateElementId": "string",
"templateName": "string",
"templateVersionId": "string",
"templateWorkspaceId": "string",
"titleblock": true,
"units": "string",
"views": "four",
"workspaceId": "d40a3424a1307f74c4ff0cbb"
}
I don't know how to get the microversion
I don't know how to get the microversion
0
Answers