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 service records based on specified OData query options. It is useful for scenarios where users need to fetch a list of services with filtering, sorting, and pagination capabilities. For example, it can be used to get a filtered list of services with specific fields selected, ordered by a certain attribute, and limited to a maximum number of results.
Use Case Examples
- Retrieve all services with a filter to only include active services.
- Fetch the top 50 services ordered by creation date.
- Select specific fields like service name and status from the service records.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to customize the OData query for retrieving services, including filtering, selecting fields, ordering, limiting, and skipping results. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
data- Array of service records retrieved from the Cloud Radial API.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access service data.
- Check the OData query syntax for correctness to avoid query errors.
- If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
- Verify proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the server response is slow or times out.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including details on service endpoints and OData query options.