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 a specific Flexible Asset Type by its ID. It is useful in scenarios where you need to fetch detailed data about a particular flexible asset type within the Cloud Radial platform, such as for asset management, reporting, or integration with other systems.
Use Case Examples
- Retrieve details of a flexible asset type by providing its unique Type ID to integrate asset data into a custom dashboard.
- Fetch flexible asset type information to automate asset categorization or processing workflows.
Properties
| Name | Meaning |
|---|---|
| Type ID | The unique identifier of the flexible asset type to retrieve. |
| Request Options | Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
id- The unique identifier of the flexible asset type.name- The name of the flexible asset type.description- A description of the flexible asset type.createdAt- Timestamp when the flexible asset type was created.updatedAt- Timestamp when the flexible asset type was last updated.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the Type ID is correctly provided and exists in the Cloud Radial system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests fail to reach the Cloud Radial API.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
- Adjust timeout settings if the API response is slow to prevent premature request abortion.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and usage guidelines.