Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to retrieve details about a specific sub-task within the Outstanding resource. It is designed to fetch detailed information about sub-tasks identified by a sub-task number, which is useful for tracking and managing service delivery tasks in business workflows. For example, a user can input a sub-task number like 'XDS260132-1-1' to get detailed data about that sub-task from the Soliditech system.

Use Case Examples

  1. Retrieve detailed information about a sub-task in a service delivery process by providing its unique sub-task number.
  2. Use the node to monitor the status and details of outstanding tasks in a project or service delivery environment.

Properties

Name Meaning
Sub Task Number The unique identifier of the sub-task for which details are requested. Example format: 'XDS260132-1-1'.
Simplify Output A boolean flag indicating whether to simplify the output data structure for easier consumption.
Simplify Path The path to the property in the response data that should be returned when output simplification is enabled.

Output

JSON

  • result - The main response data from the Soliditech API containing sub-task details.

Dependencies

  • Soliditech API

Troubleshooting

  • Ensure the 'Sub Task Number' is correctly formatted and exists in the Soliditech system to avoid errors.
  • If the API returns an error, check the API credentials and network connectivity.
  • When using 'Simplify Output', verify the 'Simplify Path' is correct to avoid missing data in the output.

Discussion