Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. 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.

Options

What is the difference between "configuration" and "fullConfiguration" in assembly instances?

bentodjonesbentodjones Member Posts: 1 EDU
In the assembly api instance lists, an instance will look something like this:

  • id: "Mp2bMzVAHb9uLFNST"
  • name: "Part 1 <2>"
  • partId: "JHD"
  • isStandardContent: false
  • configuration: "default"
  • fullConfiguration: "default"
  • type: "Part"
  • suppressed: false
  • documentId: "f7e4980117b6e6fe3d6cceb2"
  • documentMicroversion: "231e582f0b55644b8295822b"
  • elementId: "f898a89565ea6baaab0cb1c1"

What is the difference between "configuration" and "fullConfiguration"? If I am going to use this to call into the parts api, which one should I use as the configuration parameter?

Thanks!
Tagged:

Comments

  • Options
    Ethan_KEthan_K Member, Onshape Employees Posts: 57
    full configuration includes the default configuration values whereas configuration only includes non-default values. Either will technically work as together with the microversion, they are enough to specify the complete configuration.
Sign In or Register to comment.