OnshapeRevision icon

OnshapeRevision

undefined

Overview

This node, named OnshapeRevision, is designed to interact with Onshape revisions across multiple API versions (v1, v2, and v3). It supports different versions of the Onshape API to manage or retrieve revision data, making it useful for workflows that need to handle version control or revision tracking in Onshape documents or projects.

Use Case Examples

  1. A user can use this node to fetch the latest revision details of a CAD document in Onshape.
  2. It can be used to create or update revision information in Onshape as part of an automated engineering workflow.

Output

JSON

  • revisionId - The unique identifier of the revision.
  • revisionName - The name or label of the revision.
  • revisionDescription - Description or notes associated with the revision.
  • revisionDate - The date when the revision was created or modified.

Dependencies

  • Requires API authentication credentials for Onshape to access revision data.

Troubleshooting

  • Ensure that the API credentials for Onshape are correctly configured and have the necessary permissions to access revision data.
  • If the node fails to retrieve data, verify that the specified revision or document exists in Onshape and that the API version selected matches the Onshape API version in use.
  • Common errors may include authentication failures, permission denied errors, or invalid revision identifiers. Resolving these typically involves checking credentials, permissions, and input parameters.

Links

Discussion