Actions26
- Milestone Actions
- Project Actions
- Project Admin Actions
- Task Actions
- Time Log Actions
Overview
The node integrates with the Cloodo Worksuite API to retrieve tasks associated with a specific milestone ID. This operation is useful for project management scenarios where users want to filter and view tasks that belong to a particular milestone within a project. For example, a project manager can use this node to fetch all tasks under a milestone to monitor progress or generate reports.
Properties
| Name | Meaning |
|---|---|
| Page | The page number of the paginated task list to retrieve. Defaults to 1 (first page). |
| Milestone_id | The unique identifier of the milestone whose tasks you want to fetch. |
Output
The node outputs JSON data containing the list of tasks associated with the specified milestone ID. Each task object typically includes details such as task name, description, status, assigned users, deadlines, and other relevant metadata as provided by the Cloodo Worksuite API.
If the API supports pagination, the output may also include pagination metadata like total pages or total items.
No binary data output is indicated.
Dependencies
- Requires an active connection to the Cloodo Worksuite API.
- Needs an API authentication token or key configured in n8n credentials to authorize requests.
- The base URL for API requests is
https://erp-amz.cloodo.com/v4.
Troubleshooting
- Invalid or missing milestone ID: Ensure the
Milestone_idproperty is correctly set; otherwise, the API may return errors or empty results. - Authentication errors: Verify that the API key or token credential is valid and has sufficient permissions.
- Pagination issues: If many tasks exist, ensure the
Pageparameter is used correctly to navigate through results. - API connectivity problems: Check network access to the Cloodo API endpoint and confirm no firewall or proxy blocks exist.
Links and References
- Cloodo Worksuite API Documentation (Assumed location based on base URL)
- n8n documentation on HTTP Request Node for understanding API integrations
