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 Flexible Asset Types based on specified OData query options. It is useful for scenarios where users need to fetch filtered, selected, or paginated lists of Flexible Asset Types from the Cloud Radial system, such as for reporting, data synchronization, or integration with other systems.
Use Case Examples
- Retrieve up to 50 Flexible Asset Types with specific fields selected for a dashboard display.
- Filter Flexible Asset Types based on certain criteria to automate asset management workflows.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to customize the OData query for filtering, selecting fields, and limiting the number of results. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
data- Array of Flexible Asset Type objects returned from the API.odataMetadata- Metadata about the OData query and response.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access Flexible Asset Types.
- Check the OData query syntax in the filter and select options to avoid malformed requests.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Verify proxy settings if requests fail due to network restrictions.
- 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 details on Flexible Asset Types and OData query options.