GET AdminResults?questionnaireId={questionnaireId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
questionnaireId

string

Required

Body Parameters

None.

Response Information

Resource Description

NewResultsVM
NameDescriptionTypeAdditional information
Id

integer

None.

QuestionnaireId

integer

None.

QuestionnaireLabel

string

None.

DateCalculation

date

None.

NumberRespondents

integer

None.

GlobalAverageSAT

decimal number

None.

GlobalSTD

decimal number

None.

QS1

decimal number

None.

QS2

decimal number

None.

QS3

decimal number

None.

QS4

decimal number

None.

QS5

decimal number

None.

QS6

decimal number

None.

QS7

decimal number

None.

QS8

decimal number

None.

QS9

decimal number

None.

QS10

decimal number

None.

QS11

decimal number

None.

QS12

decimal number

None.

QS13

decimal number

None.

QS14

decimal number

None.

QS1Label

string

None.

QS2Label

string

None.

QS3Label

string

None.

QS4Label

string

None.

QS5Label

string

None.

QS6Label

string

None.

QS7Label

string

None.

QS8Label

string

None.

QS9Label

string

None.

QS10Label

string

None.

QS11Label

string

None.

QS12Label

string

None.

QS13Label

string

None.

QS14Label

string

None.

GlobalPercentageComplaints

decimal number

None.

GlobalPercentageComplaintsResponded

decimal number

None.

QCH13

decimal number

None.

GlobalPercentageAnonymity

decimal number

None.

QP15

decimal number

None.

QP17

decimal number

None.

QP18

decimal number

None.

QP19

decimal number

None.

QP20

decimal number

None.

ResultsByCountry

Collection of ResultByCountryVM

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "questionnaireId": 2,
  "questionnaireLabel": "sample string 3",
  "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
  "numberRespondents": 4,
  "globalAverageSAT": 1.0,
  "globalSTD": 1.0,
  "qS1": 1.0,
  "qS2": 1.0,
  "qS3": 1.0,
  "qS4": 1.0,
  "qS5": 1.0,
  "qS6": 1.0,
  "qS7": 1.0,
  "qS8": 1.0,
  "qS9": 1.0,
  "qS10": 1.0,
  "qS11": 1.0,
  "qS12": 1.0,
  "qS13": 1.0,
  "qS14": 1.0,
  "qS1Label": "sample string 5",
  "qS2Label": "sample string 6",
  "qS3Label": "sample string 7",
  "qS4Label": "sample string 8",
  "qS5Label": "sample string 9",
  "qS6Label": "sample string 10",
  "qS7Label": "sample string 11",
  "qS8Label": "sample string 12",
  "qS9Label": "sample string 13",
  "qS10Label": "sample string 14",
  "qS11Label": "sample string 15",
  "qS12Label": "sample string 16",
  "qS13Label": "sample string 17",
  "qS14Label": "sample string 18",
  "globalPercentageComplaints": 1.0,
  "globalPercentageComplaintsResponded": 1.0,
  "qcH13": 1.0,
  "globalPercentageAnonymity": 1.0,
  "qP15": 1.0,
  "qP17": 1.0,
  "qP18": 1.0,
  "qP19": 1.0,
  "qP20": 1.0,
  "resultsByCountry": [
    {
      "id": 1,
      "selected": true,
      "questionnaireId": 3,
      "questionnaireLabel": "sample string 4",
      "countryId": 5,
      "countryLabel": "sample string 6",
      "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
      "countryNumberOfRespondents": 7,
      "countryAverageSAT": 1.0,
      "countrySatSTD": 1.0,
      "qS1": 1.0,
      "qS2": 1.0,
      "qS3": 1.0,
      "qS4": 1.0,
      "qS5": 1.0,
      "qS6": 1.0,
      "qS7": 1.0,
      "qS8": 1.0,
      "qS9": 1.0,
      "qS10": 1.0,
      "qS11": 1.0,
      "qS12": 1.0,
      "qS13": 1.0,
      "qS14": 1.0,
      "qS1Label": "sample string 8",
      "qS2Label": "sample string 9",
      "qS3Label": "sample string 10",
      "qS4Label": "sample string 11",
      "qS5Label": "sample string 12",
      "qS6Label": "sample string 13",
      "qS7Label": "sample string 14",
      "qS8Label": "sample string 15",
      "qS9Label": "sample string 16",
      "qS10Label": "sample string 17",
      "qS11Label": "sample string 18",
      "qS12Label": "sample string 19",
      "qS13Label": "sample string 20",
      "qS14Label": "sample string 21",
      "countryPercentageComplaints": 1.0,
      "countryPercentageComplaintsResponded": 1.0,
      "qcH13": 1.0,
      "countryPercentageAnonymity": 1.0,
      "qP15": 1.0,
      "qP17": 1.0,
      "qP18": 1.0,
      "qP19": 1.0,
      "qP20": 1.0,
      "countryLevelResults": [
        {
          "id": 1,
          "questionId": 2,
          "questionLabel": "sample string 3",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "questionnaireId": 5,
          "supplierId": 6,
          "countryId": 7,
          "numberRespondents": 8,
          "averageSAT": 1.0,
          "std": 1.0,
          "percentageComplaints": 1.0,
          "percentageOtherQuestions": 1.0
        },
        {
          "id": 1,
          "questionId": 2,
          "questionLabel": "sample string 3",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "questionnaireId": 5,
          "supplierId": 6,
          "countryId": 7,
          "numberRespondents": 8,
          "averageSAT": 1.0,
          "std": 1.0,
          "percentageComplaints": 1.0,
          "percentageOtherQuestions": 1.0
        }
      ],
      "countrySupplierResults": [
        {
          "id": 1,
          "selected": true,
          "supplierId": 3,
          "supplierLabel": "sample string 4",
          "questionnaireId": 5,
          "questionnaireLabel": "sample string 6",
          "countryId": 7,
          "countryLabel": "sample string 8",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "countryNumberOfRespondents": 9,
          "questionResults": [
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            },
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            }
          ]
        },
        {
          "id": 1,
          "selected": true,
          "supplierId": 3,
          "supplierLabel": "sample string 4",
          "questionnaireId": 5,
          "questionnaireLabel": "sample string 6",
          "countryId": 7,
          "countryLabel": "sample string 8",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "countryNumberOfRespondents": 9,
          "questionResults": [
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            },
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            }
          ]
        }
      ]
    },
    {
      "id": 1,
      "selected": true,
      "questionnaireId": 3,
      "questionnaireLabel": "sample string 4",
      "countryId": 5,
      "countryLabel": "sample string 6",
      "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
      "countryNumberOfRespondents": 7,
      "countryAverageSAT": 1.0,
      "countrySatSTD": 1.0,
      "qS1": 1.0,
      "qS2": 1.0,
      "qS3": 1.0,
      "qS4": 1.0,
      "qS5": 1.0,
      "qS6": 1.0,
      "qS7": 1.0,
      "qS8": 1.0,
      "qS9": 1.0,
      "qS10": 1.0,
      "qS11": 1.0,
      "qS12": 1.0,
      "qS13": 1.0,
      "qS14": 1.0,
      "qS1Label": "sample string 8",
      "qS2Label": "sample string 9",
      "qS3Label": "sample string 10",
      "qS4Label": "sample string 11",
      "qS5Label": "sample string 12",
      "qS6Label": "sample string 13",
      "qS7Label": "sample string 14",
      "qS8Label": "sample string 15",
      "qS9Label": "sample string 16",
      "qS10Label": "sample string 17",
      "qS11Label": "sample string 18",
      "qS12Label": "sample string 19",
      "qS13Label": "sample string 20",
      "qS14Label": "sample string 21",
      "countryPercentageComplaints": 1.0,
      "countryPercentageComplaintsResponded": 1.0,
      "qcH13": 1.0,
      "countryPercentageAnonymity": 1.0,
      "qP15": 1.0,
      "qP17": 1.0,
      "qP18": 1.0,
      "qP19": 1.0,
      "qP20": 1.0,
      "countryLevelResults": [
        {
          "id": 1,
          "questionId": 2,
          "questionLabel": "sample string 3",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "questionnaireId": 5,
          "supplierId": 6,
          "countryId": 7,
          "numberRespondents": 8,
          "averageSAT": 1.0,
          "std": 1.0,
          "percentageComplaints": 1.0,
          "percentageOtherQuestions": 1.0
        },
        {
          "id": 1,
          "questionId": 2,
          "questionLabel": "sample string 3",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "questionnaireId": 5,
          "supplierId": 6,
          "countryId": 7,
          "numberRespondents": 8,
          "averageSAT": 1.0,
          "std": 1.0,
          "percentageComplaints": 1.0,
          "percentageOtherQuestions": 1.0
        }
      ],
      "countrySupplierResults": [
        {
          "id": 1,
          "selected": true,
          "supplierId": 3,
          "supplierLabel": "sample string 4",
          "questionnaireId": 5,
          "questionnaireLabel": "sample string 6",
          "countryId": 7,
          "countryLabel": "sample string 8",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "countryNumberOfRespondents": 9,
          "questionResults": [
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            },
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            }
          ]
        },
        {
          "id": 1,
          "selected": true,
          "supplierId": 3,
          "supplierLabel": "sample string 4",
          "questionnaireId": 5,
          "questionnaireLabel": "sample string 6",
          "countryId": 7,
          "countryLabel": "sample string 8",
          "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
          "countryNumberOfRespondents": 9,
          "questionResults": [
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            },
            {
              "id": 1,
              "questionId": 2,
              "questionLabel": "sample string 3",
              "dateCalculation": "2025-11-08T13:50:38.7304683+01:00",
              "questionnaireId": 5,
              "supplierId": 6,
              "countryId": 7,
              "numberRespondents": 8,
              "averageSAT": 1.0,
              "std": 1.0,
              "percentageComplaints": 1.0,
              "percentageOtherQuestions": 1.0
            }
          ]
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<NewResultsVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.Models.ViewModel">
  <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
  <GlobalAverageSAT>1</GlobalAverageSAT>
  <GlobalPercentageAnonymity>1</GlobalPercentageAnonymity>
  <GlobalPercentageComplaints>1</GlobalPercentageComplaints>
  <GlobalPercentageComplaintsResponded>1</GlobalPercentageComplaintsResponded>
  <GlobalSTD>1</GlobalSTD>
  <Id>1</Id>
  <NumberRespondents>4</NumberRespondents>
  <QCH13>1</QCH13>
  <QP15>1</QP15>
  <QP17>1</QP17>
  <QP18>1</QP18>
  <QP19>1</QP19>
  <QP20>1</QP20>
  <QS1>1</QS1>
  <QS10>1</QS10>
  <QS10Label>sample string 14</QS10Label>
  <QS11>1</QS11>
  <QS11Label>sample string 15</QS11Label>
  <QS12>1</QS12>
  <QS12Label>sample string 16</QS12Label>
  <QS13>1</QS13>
  <QS13Label>sample string 17</QS13Label>
  <QS14>1</QS14>
  <QS14Label>sample string 18</QS14Label>
  <QS1Label>sample string 5</QS1Label>
  <QS2>1</QS2>
  <QS2Label>sample string 6</QS2Label>
  <QS3>1</QS3>
  <QS3Label>sample string 7</QS3Label>
  <QS4>1</QS4>
  <QS4Label>sample string 8</QS4Label>
  <QS5>1</QS5>
  <QS5Label>sample string 9</QS5Label>
  <QS6>1</QS6>
  <QS6Label>sample string 10</QS6Label>
  <QS7>1</QS7>
  <QS7Label>sample string 11</QS7Label>
  <QS8>1</QS8>
  <QS8Label>sample string 12</QS8Label>
  <QS9>1</QS9>
  <QS9Label>sample string 13</QS9Label>
  <QuestionnaireId>2</QuestionnaireId>
  <QuestionnaireLabel>sample string 3</QuestionnaireLabel>
  <ResultsByCountry>
    <ResultByCountryVM>
      <CountryAverageSAT>1</CountryAverageSAT>
      <CountryId>5</CountryId>
      <CountryLabel>sample string 6</CountryLabel>
      <CountryLevelResults>
        <ResultsBySupplierQuestionsDetailsVM>
          <AverageSAT>1</AverageSAT>
          <CountryId>7</CountryId>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <NumberRespondents>8</NumberRespondents>
          <PercentageComplaints>1</PercentageComplaints>
          <PercentageOtherQuestions>1</PercentageOtherQuestions>
          <QuestionId>2</QuestionId>
          <QuestionLabel>sample string 3</QuestionLabel>
          <QuestionnaireId>5</QuestionnaireId>
          <STD>1</STD>
          <SupplierId>6</SupplierId>
        </ResultsBySupplierQuestionsDetailsVM>
        <ResultsBySupplierQuestionsDetailsVM>
          <AverageSAT>1</AverageSAT>
          <CountryId>7</CountryId>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <NumberRespondents>8</NumberRespondents>
          <PercentageComplaints>1</PercentageComplaints>
          <PercentageOtherQuestions>1</PercentageOtherQuestions>
          <QuestionId>2</QuestionId>
          <QuestionLabel>sample string 3</QuestionLabel>
          <QuestionnaireId>5</QuestionnaireId>
          <STD>1</STD>
          <SupplierId>6</SupplierId>
        </ResultsBySupplierQuestionsDetailsVM>
      </CountryLevelResults>
      <CountryNumberOfRespondents>7</CountryNumberOfRespondents>
      <CountryPercentageAnonymity>1</CountryPercentageAnonymity>
      <CountryPercentageComplaints>1</CountryPercentageComplaints>
      <CountryPercentageComplaintsResponded>1</CountryPercentageComplaintsResponded>
      <CountrySatSTD>1</CountrySatSTD>
      <CountrySupplierResults>
        <ResultBySupplierAndCountryVM>
          <CountryId>7</CountryId>
          <CountryLabel>sample string 8</CountryLabel>
          <CountryNumberOfRespondents>9</CountryNumberOfRespondents>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <QuestionResults>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
          </QuestionResults>
          <QuestionnaireId>5</QuestionnaireId>
          <QuestionnaireLabel>sample string 6</QuestionnaireLabel>
          <Selected>true</Selected>
          <SupplierId>3</SupplierId>
          <SupplierLabel>sample string 4</SupplierLabel>
        </ResultBySupplierAndCountryVM>
        <ResultBySupplierAndCountryVM>
          <CountryId>7</CountryId>
          <CountryLabel>sample string 8</CountryLabel>
          <CountryNumberOfRespondents>9</CountryNumberOfRespondents>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <QuestionResults>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
          </QuestionResults>
          <QuestionnaireId>5</QuestionnaireId>
          <QuestionnaireLabel>sample string 6</QuestionnaireLabel>
          <Selected>true</Selected>
          <SupplierId>3</SupplierId>
          <SupplierLabel>sample string 4</SupplierLabel>
        </ResultBySupplierAndCountryVM>
      </CountrySupplierResults>
      <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
      <Id>1</Id>
      <QCH13>1</QCH13>
      <QP15>1</QP15>
      <QP17>1</QP17>
      <QP18>1</QP18>
      <QP19>1</QP19>
      <QP20>1</QP20>
      <QS1>1</QS1>
      <QS10>1</QS10>
      <QS10Label>sample string 17</QS10Label>
      <QS11>1</QS11>
      <QS11Label>sample string 18</QS11Label>
      <QS12>1</QS12>
      <QS12Label>sample string 19</QS12Label>
      <QS13>1</QS13>
      <QS13Label>sample string 20</QS13Label>
      <QS14>1</QS14>
      <QS14Label>sample string 21</QS14Label>
      <QS1Label>sample string 8</QS1Label>
      <QS2>1</QS2>
      <QS2Label>sample string 9</QS2Label>
      <QS3>1</QS3>
      <QS3Label>sample string 10</QS3Label>
      <QS4>1</QS4>
      <QS4Label>sample string 11</QS4Label>
      <QS5>1</QS5>
      <QS5Label>sample string 12</QS5Label>
      <QS6>1</QS6>
      <QS6Label>sample string 13</QS6Label>
      <QS7>1</QS7>
      <QS7Label>sample string 14</QS7Label>
      <QS8>1</QS8>
      <QS8Label>sample string 15</QS8Label>
      <QS9>1</QS9>
      <QS9Label>sample string 16</QS9Label>
      <QuestionnaireId>3</QuestionnaireId>
      <QuestionnaireLabel>sample string 4</QuestionnaireLabel>
      <Selected>true</Selected>
    </ResultByCountryVM>
    <ResultByCountryVM>
      <CountryAverageSAT>1</CountryAverageSAT>
      <CountryId>5</CountryId>
      <CountryLabel>sample string 6</CountryLabel>
      <CountryLevelResults>
        <ResultsBySupplierQuestionsDetailsVM>
          <AverageSAT>1</AverageSAT>
          <CountryId>7</CountryId>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <NumberRespondents>8</NumberRespondents>
          <PercentageComplaints>1</PercentageComplaints>
          <PercentageOtherQuestions>1</PercentageOtherQuestions>
          <QuestionId>2</QuestionId>
          <QuestionLabel>sample string 3</QuestionLabel>
          <QuestionnaireId>5</QuestionnaireId>
          <STD>1</STD>
          <SupplierId>6</SupplierId>
        </ResultsBySupplierQuestionsDetailsVM>
        <ResultsBySupplierQuestionsDetailsVM>
          <AverageSAT>1</AverageSAT>
          <CountryId>7</CountryId>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <NumberRespondents>8</NumberRespondents>
          <PercentageComplaints>1</PercentageComplaints>
          <PercentageOtherQuestions>1</PercentageOtherQuestions>
          <QuestionId>2</QuestionId>
          <QuestionLabel>sample string 3</QuestionLabel>
          <QuestionnaireId>5</QuestionnaireId>
          <STD>1</STD>
          <SupplierId>6</SupplierId>
        </ResultsBySupplierQuestionsDetailsVM>
      </CountryLevelResults>
      <CountryNumberOfRespondents>7</CountryNumberOfRespondents>
      <CountryPercentageAnonymity>1</CountryPercentageAnonymity>
      <CountryPercentageComplaints>1</CountryPercentageComplaints>
      <CountryPercentageComplaintsResponded>1</CountryPercentageComplaintsResponded>
      <CountrySatSTD>1</CountrySatSTD>
      <CountrySupplierResults>
        <ResultBySupplierAndCountryVM>
          <CountryId>7</CountryId>
          <CountryLabel>sample string 8</CountryLabel>
          <CountryNumberOfRespondents>9</CountryNumberOfRespondents>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <QuestionResults>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
          </QuestionResults>
          <QuestionnaireId>5</QuestionnaireId>
          <QuestionnaireLabel>sample string 6</QuestionnaireLabel>
          <Selected>true</Selected>
          <SupplierId>3</SupplierId>
          <SupplierLabel>sample string 4</SupplierLabel>
        </ResultBySupplierAndCountryVM>
        <ResultBySupplierAndCountryVM>
          <CountryId>7</CountryId>
          <CountryLabel>sample string 8</CountryLabel>
          <CountryNumberOfRespondents>9</CountryNumberOfRespondents>
          <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
          <Id>1</Id>
          <QuestionResults>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
            <ResultsBySupplierQuestionsDetailsVM>
              <AverageSAT>1</AverageSAT>
              <CountryId>7</CountryId>
              <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
              <Id>1</Id>
              <NumberRespondents>8</NumberRespondents>
              <PercentageComplaints>1</PercentageComplaints>
              <PercentageOtherQuestions>1</PercentageOtherQuestions>
              <QuestionId>2</QuestionId>
              <QuestionLabel>sample string 3</QuestionLabel>
              <QuestionnaireId>5</QuestionnaireId>
              <STD>1</STD>
              <SupplierId>6</SupplierId>
            </ResultsBySupplierQuestionsDetailsVM>
          </QuestionResults>
          <QuestionnaireId>5</QuestionnaireId>
          <QuestionnaireLabel>sample string 6</QuestionnaireLabel>
          <Selected>true</Selected>
          <SupplierId>3</SupplierId>
          <SupplierLabel>sample string 4</SupplierLabel>
        </ResultBySupplierAndCountryVM>
      </CountrySupplierResults>
      <DateCalculation>2025-11-08T13:50:38.7304683+01:00</DateCalculation>
      <Id>1</Id>
      <QCH13>1</QCH13>
      <QP15>1</QP15>
      <QP17>1</QP17>
      <QP18>1</QP18>
      <QP19>1</QP19>
      <QP20>1</QP20>
      <QS1>1</QS1>
      <QS10>1</QS10>
      <QS10Label>sample string 17</QS10Label>
      <QS11>1</QS11>
      <QS11Label>sample string 18</QS11Label>
      <QS12>1</QS12>
      <QS12Label>sample string 19</QS12Label>
      <QS13>1</QS13>
      <QS13Label>sample string 20</QS13Label>
      <QS14>1</QS14>
      <QS14Label>sample string 21</QS14Label>
      <QS1Label>sample string 8</QS1Label>
      <QS2>1</QS2>
      <QS2Label>sample string 9</QS2Label>
      <QS3>1</QS3>
      <QS3Label>sample string 10</QS3Label>
      <QS4>1</QS4>
      <QS4Label>sample string 11</QS4Label>
      <QS5>1</QS5>
      <QS5Label>sample string 12</QS5Label>
      <QS6>1</QS6>
      <QS6Label>sample string 13</QS6Label>
      <QS7>1</QS7>
      <QS7Label>sample string 14</QS7Label>
      <QS8>1</QS8>
      <QS8Label>sample string 15</QS8Label>
      <QS9>1</QS9>
      <QS9Label>sample string 16</QS9Label>
      <QuestionnaireId>3</QuestionnaireId>
      <QuestionnaireLabel>sample string 4</QuestionnaireLabel>
      <Selected>true</Selected>
    </ResultByCountryVM>
  </ResultsByCountry>
</NewResultsVM>