GET Project/Export/{Id}?APIKey={APIKey}&liveOnly={liveOnly}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Id | No documentation available. |
Define this parameter in the request URI. |
APIKey | No documentation available. |
Define this parameter in the request URI. |
liveOnly | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "VoxVoteSource": "sample string 1", "ExportVersion": "sample string 2", "RespondentId": "sample string 3", "VoterNickName": "sample string 4", "RespondentEmail": "sample string 5", "EventName": "sample string 6", "EventLocation": "sample string 7", "QuestionNumber": "sample string 8", "QuestionText": "sample string 9", "Label": "sample string 10", "AnswerId": 11, "IsCorrectAnswer": 12, "QuestionType": "sample string 13", "RankValue": 14, "OtherText": "sample string 15", "OpenText": "sample string 16", "SenderOrigin": "sample string 17", "RecordedOn": "2024-11-05T02:36:48.5721411+00:00", "ExportedOn": "2024-11-05T02:36:48.5721411+00:00" }, { "VoxVoteSource": "sample string 1", "ExportVersion": "sample string 2", "RespondentId": "sample string 3", "VoterNickName": "sample string 4", "RespondentEmail": "sample string 5", "EventName": "sample string 6", "EventLocation": "sample string 7", "QuestionNumber": "sample string 8", "QuestionText": "sample string 9", "Label": "sample string 10", "AnswerId": 11, "IsCorrectAnswer": 12, "QuestionType": "sample string 13", "RankValue": 14, "OtherText": "sample string 15", "OpenText": "sample string 16", "SenderOrigin": "sample string 17", "RecordedOn": "2024-11-05T02:36:48.5721411+00:00", "ExportedOn": "2024-11-05T02:36:48.5721411+00:00" }, { "VoxVoteSource": "sample string 1", "ExportVersion": "sample string 2", "RespondentId": "sample string 3", "VoterNickName": "sample string 4", "RespondentEmail": "sample string 5", "EventName": "sample string 6", "EventLocation": "sample string 7", "QuestionNumber": "sample string 8", "QuestionText": "sample string 9", "Label": "sample string 10", "AnswerId": 11, "IsCorrectAnswer": 12, "QuestionType": "sample string 13", "RankValue": 14, "OtherText": "sample string 15", "OpenText": "sample string 16", "SenderOrigin": "sample string 17", "RecordedOn": "2024-11-05T02:36:48.5721411+00:00", "ExportedOn": "2024-11-05T02:36:48.5721411+00:00" } ]
text/xml
Sample:
<ArrayOfExportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteViewModels"> <ExportViewModel> <AnswerId>11</AnswerId> <EventLocation>sample string 7</EventLocation> <EventName>sample string 6</EventName> <ExportVersion>sample string 2</ExportVersion> <ExportedOn>2024-11-05T02:36:48.5721411+00:00</ExportedOn> <IsCorrectAnswer>12</IsCorrectAnswer> <Label>sample string 10</Label> <OpenText>sample string 16</OpenText> <OtherText>sample string 15</OtherText> <QuestionNumber>sample string 8</QuestionNumber> <QuestionText>sample string 9</QuestionText> <QuestionType>sample string 13</QuestionType> <RankValue>14</RankValue> <RecordedOn>2024-11-05T02:36:48.5721411+00:00</RecordedOn> <RespondentEmail>sample string 5</RespondentEmail> <RespondentId>sample string 3</RespondentId> <SenderOrigin>sample string 17</SenderOrigin> <VoterNickName>sample string 4</VoterNickName> <VoxVoteSource>sample string 1</VoxVoteSource> </ExportViewModel> <ExportViewModel> <AnswerId>11</AnswerId> <EventLocation>sample string 7</EventLocation> <EventName>sample string 6</EventName> <ExportVersion>sample string 2</ExportVersion> <ExportedOn>2024-11-05T02:36:48.5721411+00:00</ExportedOn> <IsCorrectAnswer>12</IsCorrectAnswer> <Label>sample string 10</Label> <OpenText>sample string 16</OpenText> <OtherText>sample string 15</OtherText> <QuestionNumber>sample string 8</QuestionNumber> <QuestionText>sample string 9</QuestionText> <QuestionType>sample string 13</QuestionType> <RankValue>14</RankValue> <RecordedOn>2024-11-05T02:36:48.5721411+00:00</RecordedOn> <RespondentEmail>sample string 5</RespondentEmail> <RespondentId>sample string 3</RespondentId> <SenderOrigin>sample string 17</SenderOrigin> <VoterNickName>sample string 4</VoterNickName> <VoxVoteSource>sample string 1</VoxVoteSource> </ExportViewModel> <ExportViewModel> <AnswerId>11</AnswerId> <EventLocation>sample string 7</EventLocation> <EventName>sample string 6</EventName> <ExportVersion>sample string 2</ExportVersion> <ExportedOn>2024-11-05T02:36:48.5721411+00:00</ExportedOn> <IsCorrectAnswer>12</IsCorrectAnswer> <Label>sample string 10</Label> <OpenText>sample string 16</OpenText> <OtherText>sample string 15</OtherText> <QuestionNumber>sample string 8</QuestionNumber> <QuestionText>sample string 9</QuestionText> <QuestionType>sample string 13</QuestionType> <RankValue>14</RankValue> <RecordedOn>2024-11-05T02:36:48.5721411+00:00</RecordedOn> <RespondentEmail>sample string 5</RespondentEmail> <RespondentId>sample string 3</RespondentId> <SenderOrigin>sample string 17</SenderOrigin> <VoterNickName>sample string 4</VoterNickName> <VoxVoteSource>sample string 1</VoxVoteSource> </ExportViewModel> </ArrayOfExportViewModel>