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 operation updates an existing catalog question in the Cloud Radial system. It allows users to modify the question text, associated catalog ID, and various additional fields such as answer options, question type, whether the question is required, display order, placeholder text, and default value. This operation is useful for maintaining and refining catalog questions used in surveys, assessments, or data collection forms within a catalog item.
Use Case Examples
- Updating the text of a catalog question to clarify its meaning.
- Changing the order in which questions appear in a catalog item.
- Adding or modifying answer options for a multiple-choice question.
- Marking a question as required to ensure users provide an answer.
Properties
| Name | Meaning |
|---|---|
| Question ID | The ID of the catalog question to update, used to identify which question to modify. |
| Catalog ID | The ID of the catalog item this question belongs to, linking the question to a specific catalog. |
| Question Text | The text content of the question being updated. |
| Additional Fields | Optional fields to further define the question's characteristics, such as answer options, question type, required status, display order, placeholder text, and default value. |
Output
JSON
id- The unique identifier of the updated catalog question.companyCatalogId- The catalog item ID to which the question belongs.question- The updated question text.answerOptions- The updated answer options for the question.questionType- The updated type of the question.isRequired- Indicates if the question is required.order- The display order of the question.placeholder- The placeholder text for the question input.defaultValue- The default value set for the question.
Dependencies
- Cloud Radial API with appropriate API key credentials
Troubleshooting
- Ensure the Question ID and Catalog ID are valid and exist in the system to avoid 'not found' errors.
- Validate the format of answer options if provided as JSON to prevent parsing errors.
- Check API credentials and network connectivity if requests fail due to authentication or connection issues.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but only if safe to do so.
Links
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, including catalog question management endpoints.