Retrieve survey results

Options
Hello! Does anyone know if it is possible to send a Postman request in order to get the results of a survey? I can only get the set of surveys that exist but not the actual responses. Thank you!

Answers

  • Joshua.V.999
    Options

    Your current findings are correct. We do not have APIs available that allow you to retrieve the detailed responses for a given survey attempt. The existing APIs only provide basic details on the survey submission:

    {

         "AttemptId": <number:D2LID>,
    
         "SurveyId": <number:D2LID>,
    
         "UserId": <number:D2LID>|null,
    
         "AttemptNumber": <number>,
    
         "Started": <string:UTCDateTime>,
    
         "Completed": <string:UTCDateTime>|null,
    
    }