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 information about an article by its ID. It is useful for scenarios where you need to fetch specific article details from Cloud Radial, such as in content management, reporting, or integration workflows that require article data.
Use Case Examples
- Fetching an article's details to display in a dashboard.
- Retrieving article information to update or process it in another system.
Properties
| Name | Meaning |
|---|---|
| Article ID | The ID of the article to retrieve, required for the get operation on the Article resource. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
id- The unique identifier of the retrieved article.title- The title of the article.content- The main content or body of the article.createdAt- Timestamp when the article was created.updatedAt- Timestamp when the article was last updated.
Dependencies
- Cloud Radial API
- An API key credential for authentication
Troubleshooting
- Ensure the Article ID is valid and exists in the Cloud Radial system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests time out or fail to connect.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
- Verify that the API key credential is correctly configured and has sufficient permissions.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and usage guidelines.