Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve all documents. It is useful for automating workflows that require fetching document data from awork, such as syncing documents to another system, generating reports, or processing document information in bulk.
Use Case Examples
- Fetch all documents from awork to sync with a document management system.
- Retrieve all documents to generate a summary report of document statuses.
Properties
| Name | Meaning |
|---|---|
| Request Options | Options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
documentId- Unique identifier of the document.documentName- Name or title of the document.documentDetails- Additional details or metadata about the document.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
- Ensure the API key credential is correctly configured and has the necessary permissions to access documents.
- If requests time out, increase the 'Timeout' setting or check network connectivity.
- When using batching, ensure 'Items per Batch' and 'Batch Interval' are set appropriately to avoid rate limiting or performance issues.
Links
- awork API Documentation - Official documentation for the awork API, useful for understanding available endpoints and data structures.