composite search with objectType: "Question" is not working #387
bharathravi-in
started this conversation in
General Discussion
Replies: 2 comments 2 replies
-
@pallakartheekreddy - can you check and respond please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@BharathTarento I guess you created MCQ Question under Question Set right? If yes, those questions will not appear in search as those questions created with Visibility as |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing issue in Question set when i click on ADD FROM LIBRARY the bellow one is the request to get objectType:["Question"].
but i am getting count 0 only.
=> i have created object category of Multiple choice Question and objectType as Question.
curl --location --request POST 'https://uphrh.in/api/composite/v1/search'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer '
--data-raw '{
"request": {
"query": "",
"filters": {
"primaryCategory": [
"Multiple Choice Question"
],
"status": [
"Live"
],
"objectType": [
"Question"
]
},
"sort_by": {
"lastUpdatedOn": "desc"
}
}
}'
I need list of questions to be getting in the response. please guide me to get it.
@vinukumar-vs @Krishnaj20
Beta Was this translation helpful? Give feedback.
All reactions