Not able to add slider Question in Observations and surveys #78
Replies: 3 comments 8 replies
-
@ramkumar-pacewisdom Can you please restart |
Beta Was this translation helpful? Give feedback.
-
@krgauraw thank you, we are checking and will update here. |
Beta Was this translation helpful? Give feedback.
-
@krgauraw we've restarted the below services, But seems to be not working
Can you please check this once ? |
Beta Was this translation helpful? Give feedback.
-
Dockstaging
interactionTypes is one of the property of Question object type
We have created following primary categories with target type as Questions :-
• Multiselect Multiple Choice Question (It has interactionTypes choice)
• Date (It has interactionTypes date)
• Slider (It has interactionTypes slider)
• Text(It has interactionTypes text)
Now when we are creating Multiselect Multiple Choice Question, Date and text it's not throwing error because these primary categories has interactionTypes which is already available in the Question object.
But in case of slider the interactionTypes it is not available in the Question object hence it's throwing an error but it should not throw error because when we created the slider primary category we have given slider as interactionTypes and you can verify that in the below API.
Get Object category defenition CURL
Add Slider Question Request CURL
Error Response For Add slider Question API
{"id":"api.questionset.hierarchy.update","ver":"3.0","ts":"2023-05-04T11:09:49ZZ","params":{"resmsgid":"1506b5a2-2b1a-42c1-bbf3-e180c6cd289d","msgid":null,"err":"CLIENT_ERROR","status":"failed","errmsg":"Validation Errors"},"responseCode":"CLIENT_ERROR","result":{"messages":["Metadata interactionTypes should be one of: [choice, text, select, date, file-upload, canvas]"]}}
Can anybody help on this. @pallakartheekreddy @sajeshkayyath
CC: @kiranharidas187
Beta Was this translation helpful? Give feedback.
All reactions