Hi everyone, I’m Roberto Moscatelli from the Docebo Support team and I would like to share something about Survey in Central repository.
Currently, there isn't a report whereby you can retrieve the question_IDs of a Survey.
Anyway, there is a way to retrieve this information via API
You should catch the poll_id of the survey as shown below:
At the bottom left you can see that there is poll_id = 1:
Then use the following API to retrieve the questions ID, inserting the poll_id that we’ve just retrieved:
GET/learn/v1/survey/{id_object}/answer