Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve a document by its ID. It is useful in workflows where you need to fetch specific document details from awork, such as for document management, auditing, or integration with other systems. For example, you can use it to get a project-related document's metadata or content by providing its unique document ID.
Use Case Examples
- Retrieve a document's details by its ID to display or process in another system.
- Fetch a document to verify its existence or content before performing further actions like updates or deletions.
Properties
| Name | Meaning |
|---|---|
| Document ID | The unique identifier of the document to retrieve. |
| Request Options | Additional settings for the request such as batching, SSL certificate validation, proxy configuration, and timeout settings. |
Output
JSON
id- The unique identifier of the retrieved document.name- The name of the document.content- The content or body of the document, if available.createdAt- Timestamp when the document was created.updatedAt- Timestamp when the document was last updated.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the provided Document ID is correct and exists in the awork system to avoid 'document not found' errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass SSL errors, 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 to prevent premature request abortion.