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 details of a specific catalog question by its ID. It is useful in scenarios where you need to fetch detailed information about a particular question within a catalog, such as for reporting, auditing, or integration with other systems. For example, you might use this node to get the question details before updating or displaying them in a user interface.
Use Case Examples
- Fetching a catalog question by its ID to display its details in a dashboard.
- Retrieving question information to validate or process it in an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Question ID | The ID of the catalog question to retrieve. |
| Request Options | Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
id- The unique identifier of the catalog question.questionText- The text content of the catalog question.questionType- The type or category of the catalog question.options- Possible answer options for the catalog question, if applicable.createdAt- Timestamp when the catalog question was created.updatedAt- Timestamp when the catalog question was last updated.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the provided Question ID is valid and exists in the Cloud Radial system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail due to network issues.
- 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 endpoints and usage examples.