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 platform, allowing users to retrieve detailed information about a specific Dartboard by its ID. It is useful in scenarios where you want to fetch and work with the current state or details of a particular Dartboard within an automated workflow, such as syncing project data, generating reports, or triggering actions based on Dartboard content.

For example, you might use this node to get the latest status of a Dartboard before updating a dashboard or sending notifications to your team.

Properties

Name Meaning
ID The unique identifier of the Dartboard you want to retrieve. This is a required string input.

Output

The node outputs JSON data representing the Dartboard's details. This typically includes all relevant fields describing the Dartboard’s configuration, status, and contents as returned by the Dart API. The output can be used downstream in the workflow for further processing or decision-making.

No binary data output is produced by this operation.

Dependencies

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

Troubleshooting

  • Missing or invalid ID: Ensure the "ID" property is provided and correctly references an existing Dartboard.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or API errors: Check connectivity to the Dart API endpoint and confirm the base URL is correct.
  • Unexpected response format: Confirm that the Dart API version matches what the node expects.

Links and References

Discussion