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.
Folders Printing
jennifer_martin913
Member Posts: 2 ✭
Is there any way to print folders at once for documentation purposes?
0
Answers
If you put this URL into your browser (while you have Onshape open), you should see a list of items in your Onshape:
https://cad.onshape.com/api/globaltreenodes/magic/1?getPathToRoot=true&limit=50&sortColumn=modifiedAt&sortOrder=desc
You would have to go through the list of items and find the ones that are only of type "folder", and then find the information that you want (which I assume would be the "name" property.
One thing to note is that the URL only gives you the first 50 items. To get the next 50, you need to follow the URL in the property "next", which has set the "offset" property for you.