WTS Chat icon

WTS Chat

Get data from Wts API

Overview

This node operation retrieves detailed information about a specific card within a panel by its unique Card ID. It allows users to optionally include additional related details such as contacts, custom fields, panel title, responsible user, step phase, and step title. This operation is useful in scenarios where detailed card data is needed for project management, CRM, or workflow automation tasks, enabling users to fetch comprehensive card information for further processing or display.

Use Case Examples

  1. Fetch a card by its ID to display all associated details in a dashboard.
  2. Retrieve a card's information including its responsible user and custom fields for reporting purposes.

Properties

Name Meaning
Card ID The unique identifier of the card to retrieve.
Include Details Optional additional related details to include in the card data, such as Contacts, CustomFields, PanelTitle, ResponsibleUser, StepPhase, and StepTitle.

Output

JSON

  • json - The detailed information of the card retrieved by its ID, including optionally requested related details.

Dependencies

  • Requires an API key credential for authentication to the WTS API service.

Troubleshooting

  • Ensure the Card ID is provided and not empty; otherwise, the node will throw an error indicating the CardID is empty.
  • Verify that the API key credential is correctly configured and valid to avoid authentication errors.
  • If optional details are included, ensure they are valid options supported by the API to prevent request failures.

Links

Discussion