Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node interacts with the Cloud Radial API to retrieve a specific archive item by its archive (folder) ID and item ID. It is useful for scenarios where you need to access detailed information about a particular item stored within an archive folder in Cloud Radial, such as fetching documents, records, or other archived data for further processing or analysis.
Use Case Examples
- Retrieve a document stored in a specific archive folder by providing the archive ID and item ID.
- Fetch details of an archived record to display or use in a workflow.
Properties
| Name | Meaning |
|---|---|
| Archive ID | The ID of the archive (folder) containing the item to retrieve. |
| Item ID | The ID of the specific item within the archive to retrieve. |
| Request Options | Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
id- The unique identifier of the retrieved archive item.name- The name or title of the archive item.content- The main content or data of the archive item.metadata- Additional metadata or attributes related to the archive item.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the provided Archive ID and Item ID are correct and exist in the Cloud Radial system to avoid 'item not found' errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, useful for understanding available endpoints and data structures.