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 a specific course by its ID. It is useful in scenarios where you need to fetch detailed data about a course within an automated workflow, such as integrating course details into a learning management system or reporting tool.
Use Case Examples
- Retrieve course details by providing the course ID to display course information in a dashboard.
- Use the node to get course data and then update another system with the course information automatically.
Properties
| Name | Meaning |
|---|---|
| Course ID | The unique identifier of the course to retrieve. |
| 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 course.name- The name of the course.description- A detailed description of the course content.status- The current status of the course (e.g., active, inactive).createdAt- Timestamp when the course was created.updatedAt- Timestamp when the course was last updated.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the provided Course 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 API credentials and permissions to ensure the node can access course data.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and usage guidelines.