Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve documents from a specified document space. It is useful for automating workflows that require accessing and processing documents stored within awork's document spaces. For example, it can be used to fetch all documents related to a project or team for further analysis or integration with other systems.
Use Case Examples
- Retrieve all documents from a specific document space to archive them.
- Fetch documents from a document space to process and extract data automatically.
Properties
| Name | Meaning |
|---|---|
| Document Space ID | The ID of the document space from which to retrieve documents. |
| Request Options | Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
documents- An array of document objects retrieved from the specified document space.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the Document Space ID is correct and accessible with the provided API credentials.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the server response is slow or times out.
Links
- awork API Documentation - Official API documentation for awork, useful for understanding available endpoints and request parameters.