Actions18
- Attachment Actions
- Comment Actions
- Dartboard Actions
- Doc Actions
- Folder Actions
- Help Center Article Actions
- Skill Actions
- Task Actions
- View Actions
Overview
The node provides an operation to retrieve information about a specific folder by its ID. This is useful in scenarios where you need to access metadata or details of a particular folder within a project management or file organization system. For example, you might use this node to fetch folder details before performing further actions like listing contents, updating folder properties, or integrating folder data into reports.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the folder to retrieve. This is a required string input that specifies which folder's details will be fetched. |
Output
The output contains a JSON object representing the folder's details as returned by the external service. This typically includes metadata such as folder name, creation date, modification date, and possibly other attributes relevant to the folder entity. The node does not output binary data.
Dependencies
- Requires an API key credential for authentication with the external Dart service.
- The base URL for API requests is configured via credentials.
- The node sends HTTP requests with JSON content type and expects JSON responses.
Troubleshooting
- Missing or invalid ID: If the ID property is empty or incorrect, the node will fail to retrieve folder information. Ensure the ID is valid and corresponds to an existing folder.
- Authentication errors: If the API key or credentials are missing or invalid, the node will return authorization errors. Verify that the API key credential is correctly set up.
- Network or API errors: Connectivity issues or server errors from the external service may cause failures. Check network connectivity and service status.
- Unexpected response format: If the external API changes its response structure, the node's output may not match expectations.
Links and References
- No direct links provided in the source code. For more information, consult the documentation of the external Dart project management API or service.