Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

candidate_match draft response

W. Blaine Price edited this page Apr 2, 2016 · 2 revisions
{
  id: 1,
  geography: 1,
  survey: [
    {
      candidateTypeName: ''
      candidateType: 1,
      candidates: [
        {
          candidateId: 1,
          candidateName: 'Kenneth Cooper Alexander',
          compositeMatchScore: 80,
          categoryMatchScores: [
            {
              categoryId: 1,
              categoryName: 'Transportation',
              categoryMatch: 70,
              questions: [
                {
                  questionId: 1,
                  questionText: 'Do you support the city\'s Complete Streets initiative?',
                  candidateAnswerId: 1,
                  candidateAnswerLabel: 'Yes, streets should accommodate bikes and pedestrians in addition to cars.',
                  voterAnswerId: 2,
                  voterAnswerText: 'To a degree'
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Clone this wiki locally