OnshapeCompany icon

OnshapeCompany

undefined

Overview

The OnshapeCompany node is designed to interact with the Onshape platform, specifically focusing on company-related operations. It supports multiple versions (v1, v2, v3) to accommodate different API versions or feature sets of Onshape. This node is useful for automating workflows that involve managing or retrieving company data within Onshape, such as fetching company details or updating company information.

Use Case Examples

  1. Automate retrieval of company details from Onshape for reporting purposes.
  2. Update company information in Onshape as part of a larger automated business process.

Output

JSON

  • operation - The operation performed on the Onshape company resource.
  • resource - The resource type, which is 'Default' in this context.
  • data - The data returned from the Onshape company operation, structure depends on the specific API version used.

Dependencies

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

Troubleshooting

  • Ensure that the correct API credentials are provided and have sufficient permissions to access company data in Onshape.
  • Verify that the selected version of the OnshapeCompany node matches the API version supported by your Onshape account.
  • Common errors may include authentication failures, permission denied errors, or version mismatch issues. Resolving these typically involves checking credentials, permissions, and node version settings.

Discussion