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 course enrollments. Specifically, the 'Get' operation under the 'Course Enrollment' resource fetches details about a user's enrollment in a specific course. This is useful in scenarios where you need to verify or manage user participation in courses, such as in learning management systems or training platforms.
Use Case Examples
- Retrieve enrollment details for a user in a particular course to check their progress or status.
- Fetch course enrollment data to integrate with other systems like CRM or HR software for reporting or compliance purposes.
Properties
| Name | Meaning |
|---|---|
| Course ID | The unique identifier of the course for which enrollment information is requested. |
| User ID | The unique identifier of the user whose enrollment details are being retrieved. |
| Request Options | Additional settings to control the request behavior, such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
enrollmentDetails- The detailed information about the user's enrollment in the specified course, as returned by the Cloud Radial API.
Dependencies
- Requires an API key credential for authenticating with the Cloud Radial API.
Troubleshooting
- Ensure that the Course ID and User ID are correctly specified and exist in the Cloud Radial system to avoid 'not found' errors.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request may be blocked; enable this option cautiously if necessary.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause connection failures.
- Timeout settings should be adjusted based on network conditions to prevent premature request termination.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, providing details on endpoints, authentication, and usage.