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 items based on OData query options. It is useful for scenarios where users need to fetch filtered, sorted, or paginated lists of catalog entries from Cloud Radial, such as displaying product catalogs, service listings, or other categorized data in an application.
Use Case Examples
- Fetch catalog items filtered by company ID and select specific fields like companyCatalogId, subject, category, and price.
- Retrieve the top 50 catalog items ordered by a specific field in ascending order.
- Skip the first 10 catalog items and fetch the next 50 for pagination purposes.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to filter, select, order, limit, and skip catalog items using OData syntax. |
| Request Options | Settings to control request behavior such as batching, SSL validation, proxy usage, and timeout. |
Output
JSON
id- Unique identifier of the catalog item.name- Name or title of the catalog item.category- Category to which the catalog item belongs.price- Price of the catalog item if applicable.additionalFields- Other fields returned based on the OData select option or default API response.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access catalog data.
- Check the OData query syntax for correctness to avoid API errors.
- If batching is enabled, verify batch size and interval settings to prevent request throttling or timeouts.
- If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
- Verify proxy settings if used, including authentication details.
Links
- Cloud Radial API Documentation - Official documentation for Cloud Radial API including endpoints, query options, and authentication.