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 multiple Course records based on specified OData query options. It is useful for scenarios where users need to fetch a list of courses with filtering, field selection, and pagination controls. For example, an educational platform could use this node to display a filtered list of courses or to synchronize course data with another system.
Use Case Examples
- Fetch up to 50 courses with specific fields selected for display.
- Retrieve courses filtered by a certain category or attribute using OData filter expressions.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to customize the OData query for retrieving courses, including filtering, selecting specific fields, and limiting the number of results. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
courses- Array of course objects retrieved from the Cloud Radial API based on the query options.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access course data.
- If using OData filter expressions, verify their syntax to avoid query errors.
- Check network settings if using a proxy or if SSL certificate validation is disabled, as these can affect connectivity.
- Timeout errors may occur if the server is slow to respond; consider increasing the timeout setting if needed.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including details on available endpoints and query options.