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.
How to measure time spent creating a document?
I know that analytics are a feature of Enterprise accounts. I just have a Standard account.
Is there a way to export the full change history of a document to see all the time stamps? I'm trying to estimate how much time I spent creating/editing a document.
It doesn't have to be clean, but if I could get something that I could parse with Excel or some tool, I could estimate the time much better.
Is there a way to export the full change history of a document to see all the time stamps? I'm trying to estimate how much time I spent creating/editing a document.
It doesn't have to be clean, but if I could get something that I could parse with Excel or some tool, I could estimate the time much better.
1
Best Answers
-
EvanReese Member, Mentor Posts: 2,139 ✭✭✭✭✭I'm pretty sure this is hard without Enterprise because it's an Enterprise feature. We recently upgraded to Enterprise and the analytics offer a lot of granular detail. I wish they'd at least give everyone the option to export the history as a csv and let you figure out what it means.Evan Reese3
-
matthew_mueller537 Member Posts: 25 EDU@S1mon you can get the document's history with the get document history API endpoint. There's an example Python function in this snippets library if you want to automate the time analysis.
1
Answers
I did some contract work and didn't do a great job of keeping track of my time. I need to bill a client and want some way to help myself reconstruct my hours.
Thank you. I haven't done anything with the APIs yet, but this will be worth the time to dig into.