GET api/Influencer/GetInfluencerResponseForContest?contestId={contestId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contestId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InfluencerResponseDtoName | Description | Type | Additional information |
---|---|---|---|
ContestId | globally unique identifier |
None. |
|
InfluencerName | string |
None. |
|
InfluencerImage | string |
None. |
|
QuestionThinks | string |
None. |
|
QuestionId | globally unique identifier |
None. |
|
Options | Collection of QuestionResponseOptions |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ContestId": "ed2d184b-8c81-4b32-8144-d2e2f941e81a", "InfluencerName": "sample string 2", "InfluencerImage": "sample string 3", "QuestionThinks": "sample string 4", "QuestionId": "93483a66-76c3-4a3d-ba1a-8e691f051b8f", "Options": [ { "OptionText": "sample string 1", "OptionId": "526b9e04-9498-49a4-82f7-d4eb75390ec5", "Sequence": 2, "Name": "sample string 3", "NameImage": "sample string 4" }, { "OptionText": "sample string 1", "OptionId": "526b9e04-9498-49a4-82f7-d4eb75390ec5", "Sequence": 2, "Name": "sample string 3", "NameImage": "sample string 4" } ] }, { "ContestId": "ed2d184b-8c81-4b32-8144-d2e2f941e81a", "InfluencerName": "sample string 2", "InfluencerImage": "sample string 3", "QuestionThinks": "sample string 4", "QuestionId": "93483a66-76c3-4a3d-ba1a-8e691f051b8f", "Options": [ { "OptionText": "sample string 1", "OptionId": "526b9e04-9498-49a4-82f7-d4eb75390ec5", "Sequence": 2, "Name": "sample string 3", "NameImage": "sample string 4" }, { "OptionText": "sample string 1", "OptionId": "526b9e04-9498-49a4-82f7-d4eb75390ec5", "Sequence": 2, "Name": "sample string 3", "NameImage": "sample string 4" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfInfluencerResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.InfluencerModule.Model"> <InfluencerResponseDto> <ContestId>ed2d184b-8c81-4b32-8144-d2e2f941e81a</ContestId> <InfluencerImage>sample string 3</InfluencerImage> <InfluencerName>sample string 2</InfluencerName> <Options xmlns:d3p1="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.CustomerResponseMoule.Model"> <d3p1:QuestionResponseOptions> <d3p1:Name>sample string 3</d3p1:Name> <d3p1:NameImage>sample string 4</d3p1:NameImage> <d3p1:OptionId>526b9e04-9498-49a4-82f7-d4eb75390ec5</d3p1:OptionId> <d3p1:OptionText>sample string 1</d3p1:OptionText> <d3p1:Sequence>2</d3p1:Sequence> </d3p1:QuestionResponseOptions> <d3p1:QuestionResponseOptions> <d3p1:Name>sample string 3</d3p1:Name> <d3p1:NameImage>sample string 4</d3p1:NameImage> <d3p1:OptionId>526b9e04-9498-49a4-82f7-d4eb75390ec5</d3p1:OptionId> <d3p1:OptionText>sample string 1</d3p1:OptionText> <d3p1:Sequence>2</d3p1:Sequence> </d3p1:QuestionResponseOptions> </Options> <QuestionId>93483a66-76c3-4a3d-ba1a-8e691f051b8f</QuestionId> <QuestionThinks>sample string 4</QuestionThinks> </InfluencerResponseDto> <InfluencerResponseDto> <ContestId>ed2d184b-8c81-4b32-8144-d2e2f941e81a</ContestId> <InfluencerImage>sample string 3</InfluencerImage> <InfluencerName>sample string 2</InfluencerName> <Options xmlns:d3p1="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.CustomerResponseMoule.Model"> <d3p1:QuestionResponseOptions> <d3p1:Name>sample string 3</d3p1:Name> <d3p1:NameImage>sample string 4</d3p1:NameImage> <d3p1:OptionId>526b9e04-9498-49a4-82f7-d4eb75390ec5</d3p1:OptionId> <d3p1:OptionText>sample string 1</d3p1:OptionText> <d3p1:Sequence>2</d3p1:Sequence> </d3p1:QuestionResponseOptions> <d3p1:QuestionResponseOptions> <d3p1:Name>sample string 3</d3p1:Name> <d3p1:NameImage>sample string 4</d3p1:NameImage> <d3p1:OptionId>526b9e04-9498-49a4-82f7-d4eb75390ec5</d3p1:OptionId> <d3p1:OptionText>sample string 1</d3p1:OptionText> <d3p1:Sequence>2</d3p1:Sequence> </d3p1:QuestionResponseOptions> </Options> <QuestionId>93483a66-76c3-4a3d-ba1a-8e691f051b8f</QuestionId> <QuestionThinks>sample string 4</QuestionThinks> </InfluencerResponseDto> </ArrayOfInfluencerResponseDto>