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 catalog items. Specifically, the 'Get' operation under the 'Catalog' resource fetches details of a catalog item by its ID. This is useful in scenarios where you need to access specific catalog data for further processing, reporting, or integration with other systems.
Use Case Examples
- Retrieve details of a specific catalog item by its ID to display in a dashboard.
- Fetch catalog item information to synchronize with an external inventory system.
Properties
| Name | Meaning |
|---|---|
| Catalog ID | The ID of the catalog item to retrieve. |
| Request Options | Additional options to control the request behavior, such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
id- The unique identifier of the catalog item.name- The name of the catalog item.description- Detailed description of the catalog item.createdAt- Timestamp when the catalog item was created.updatedAt- Timestamp when the catalog item was last updated.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the provided Catalog ID is valid and exists in the Cloud Radial system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail to connect, especially in corporate networks.
- Adjust the timeout setting if the API server is slow to respond to prevent premature request abortion.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and usage guidelines.