Dart icon

Dart

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

Overview

The node integrates with the Dart project management service, allowing users to retrieve detailed information about a specific document within their Dart workspace. This is useful for teams who want to automate fetching project documentation or notes directly into their workflows, enabling seamless access and further processing of project-related documents.

A practical example would be automatically retrieving a project specification document by its ID whenever a related event occurs, such as a task update, so that the latest document content can be included in notifications or reports.

Properties

Name Meaning
ID The unique identifier of the document to retrieve from Dart. This is required to specify which document's details should be fetched.

Output

The node outputs JSON data representing the retrieved document's details from Dart. This typically includes metadata and content fields describing the document. There is no indication of binary data output, so the output is purely structured JSON.

Dependencies

  • Requires an API key credential for authenticating with the Dart service.
  • 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 document. Ensure the ID corresponds to an existing document in Dart.
  • Authentication errors: If the API key or base URL is misconfigured, the node will not connect successfully. Verify the credential settings.
  • Network issues: Connectivity problems may cause request failures. Check network access to the Dart API endpoint.
  • Unexpected response format: If Dart changes its API response structure, the node might not parse the output correctly.

Links and References

Discussion