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 catalog questions based on specified OData query options. It is useful for scenarios where users need to fetch filtered, sorted, or paginated lists of catalog questions from the Cloud Radial system, such as for reporting, data synchronization, or display in custom applications.
Use Case Examples
- Retrieve catalog questions filtered by a specific company catalog ID.
- Fetch a limited number of catalog questions with selected fields for performance optimization.
- Get catalog questions ordered by their display order.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to filter, select, order, limit, and skip catalog questions using OData syntax. |
| Request Options | Settings to control request behavior such as batching, SSL validation, proxy, and timeout. |
Output
JSON
data- Array of catalog question objects returned from the Cloud Radial API based on the query options.
Dependencies
- Cloud Radial API with an API key credential
Troubleshooting
- Ensure the API URL and credentials are correctly configured to avoid authentication errors.
- Check OData query syntax to prevent malformed request errors.
- If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
- Use batching options carefully to avoid hitting API rate limits or timeouts.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and query options.