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 articles based on specified OData query options. It is useful for scenarios where users need to fetch a list of articles with filtering, selection of specific fields, ordering, and pagination controls. For example, a user can retrieve articles filtered by company ID, select only certain fields like articleId and subject, order the results by subject, and limit the number of results returned.
Use Case Examples
- Retrieve all articles related to a specific company by applying a filter on companyId.
- Fetch a list of articles selecting only the articleId, subject, and category fields.
- Get the top 50 articles ordered by subject in ascending order.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to customize the OData query for retrieving articles, 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
articles- Array of article objects retrieved from the Cloud Radial API based on the query options.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access articles.
- 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 to prevent premature request abortion.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including details on available endpoints and query options.