WTS Chat icon

WTS Chat

Get data from Wts API

Overview

This node operation retrieves detailed information about a specific panel by its ID from the WTS API. It allows users to specify which additional details to include in the response, such as cards, steps, step card counts, step fields, and tags. This operation is useful for workflows that need to fetch comprehensive panel data for project management, CRM, or task tracking purposes.

Use Case Examples

  1. Fetch a panel by its ID to display its cards and steps in a dashboard.
  2. Retrieve a panel with tags and step fields to analyze project progress and associated metadata.

Properties

Name Meaning
Panel ID The unique identifier of the panel to retrieve.
Include Details Specifies which additional details to include in the panel data response, such as Cards, Steps, StepsCardCount, StepsFields, and Tags.

Output

JSON

  • json - The detailed panel data including requested additional details such as cards, steps, and tags.

Dependencies

  • WTS API key credential for authentication

Troubleshooting

  • Ensure the Panel ID is provided and not empty; otherwise, the node throws an error indicating the panel ID field must be filled.
  • Verify that the API key credential is correctly configured and valid to avoid authentication errors.
  • If the requested details in 'Include Details' are not supported or misspelled, the API may return incomplete data or errors.

Links

Discussion