Dart icon

Dart

Dart streamlines project management so your team can get back to work that matters.

Overview

This node integrates with the Dart project management service, allowing users to retrieve detailed information about a specific "View" within their Dart workspace. The "Get View" operation fetches data for a single view identified by its unique ID. This is useful for scenarios where you want to programmatically access and utilize the configuration or content of a particular view in Dart, such as automating reporting, syncing views with other tools, or triggering workflows based on view details.

Properties

Name Meaning
ID The unique identifier of the Dart view to retrieve. This is a required string input that specifies which view's details will be fetched.

Output

The node outputs JSON data representing the requested Dart view. This JSON typically includes all relevant properties of the view such as its name, filters, columns, and any other metadata defined by Dart for a view. The output can be used downstream in n8n workflows for further processing, display, or integration.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the Dart API.
  • The base URL for the Dart API must be configured in the credentials.
  • The node sends requests with Accept: application/json and Content-Type: application/json headers.

Troubleshooting

  • Missing or invalid ID: If the ID property is empty or incorrect, the node will fail to retrieve the view. Ensure the ID corresponds exactly to an existing Dart view.
  • Authentication errors: If the API key or base URL is misconfigured, the node will not connect successfully. Verify the credential setup.
  • Network issues: Connectivity problems to the Dart API endpoint will cause request failures.
  • API changes: If Dart updates their API, the node might need updating to remain compatible.

Links and References

  • Dart Official Website (for general product info)
  • Dart API documentation (not provided in source; consult Dart developer resources for API details)

Discussion