API call don't bring answers with "sequence number different than 1"

In a study that the respondent needs to choose 2 options to evaluate. After evaluate the 1st product a looping logic return to the same block of questions but for the 2nd product be evaluate.

The json file returns us this information below:

{
“questionID”:65057079,
“questionDescription”:” “,
“questionCode”:“Q306",
“questionText”:“Selecione as 2 linhas de sabonete\\xa0de USO EXCLUSIVO / INDIVIDUAL que você utiliza com maior frequência:“,
“imageUrl”:“None”,
“answerValues”:[
{
“answerID”:346642164,
“answerText”:“Protex Elimina 99,9% das Bactérias “,
“value”:{
“scale”:“1”,
“other”:“”,
“dynamicExplodeText”:“”,
“text”:“”,
“result”:“”,
“fileLink”:“”,
“weight”:0.0
}
}
}

When we export the excel file we are able to see the 2nd product selected and evaluations but when it called as API we are not.
Do we have any API call that brings all sequence number for each response?

0 Answer