GET AnswerList?language={language}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| language | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AnswerListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| YesNoDoNotKnow | Collection of AnswerDto |
None. |
|
| YesNoPermission | Collection of AnswerDto |
None. |
|
| YesNoAnonimity | Collection of AnswerDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"yesNoDoNotKnow": null,
"yesNoPermission": null,
"yesNoAnonimity": null
}
application/xml, text/xml
Sample:
<AnswerListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Site"> <YesNoAnonimity i:nil="true" /> <YesNoDoNotKnow i:nil="true" /> <YesNoPermission i:nil="true" /> </AnswerListDto>
