Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve documents associated with a specific project. It is useful for automating workflows that require access to project-related documents, such as project management, reporting, or document processing tasks. For example, it can be used to fetch all documents of a project to analyze or archive them automatically.
Use Case Examples
- Fetch all documents of a project by providing the project ID to automate document management.
- Integrate with other systems to synchronize project documents by retrieving them via this node.
Properties
| Name | Meaning |
|---|---|
| Project ID | The ID of the project for which documents are to be retrieved. |
| Request Options | Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
documents- Array of documents retrieved for the specified project.
Dependencies
- awork API
- an API key credential for authentication
Troubleshooting
- Ensure the provided Project ID is correct and exists in the awork system to avoid empty or error responses.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass the error.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- awork API Documentation - Official API documentation for awork, useful for understanding available endpoints and request parameters.