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 records based on OData query options. It is useful for scenarios where users need to fetch a filtered, sorted, and paginated list of flexible assets from the Cloud Radial platform, such as generating reports, syncing asset data, or displaying asset lists in applications.
Use Case Examples
- Retrieve all flexible assets of a specific type by applying an OData filter.
- Fetch a limited number of flexible assets with selected fields to optimize data transfer.
- Order flexible assets by name and skip a certain number of records for pagination.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to customize the OData query for retrieving flexible assets, including filtering, selecting fields, ordering, limiting, and skipping records. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
data- Array of flexible asset objects returned from the Cloud Radial API based on the OData query.
Dependencies
- Cloud Radial API with an API key credential
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access flexible assets.
- Verify that the OData query options are correctly formatted to avoid query errors from the API.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Timeout errors may require increasing the timeout value in request options if the server response is slow.
Links
- Cloud Radial API OData Documentation - Official documentation for using OData queries with the Cloud Radial API.