Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple media items based on specified OData query options. It is useful for scenarios where users need to fetch a list of media resources with filtering, selection of specific fields, and limiting the number of results. For example, it can be used to get a filtered list of media files related to a project or to retrieve only certain attributes of media items for display or processing.

Use Case Examples

  1. Fetching the top 50 media items with a specific filter applied.
  2. Selecting only the 'id' and 'name' fields of media items to reduce data payload.
  3. Using batching options to control the number of requests and intervals when retrieving large sets of media data.

Properties

Name Meaning
OData Query Options Options to customize the OData query for retrieving media items, including 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

  • id - Unique identifier of the media item.
  • name - Name of the media item.
  • type - Type or category of the media item.
  • url - URL or location of the media item.
  • createdDate - Date when the media item was created.
  • modifiedDate - Date when the media item was last modified.

Dependencies

  • Cloud Radial API
  • API authentication token (credential)

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to access media resources.
  • Check the OData query syntax for correctness to avoid query errors.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Verify proxy settings if requests are not reaching the API server.
  • Adjust timeout settings if the server response is slow or times out.

Links

Discussion