GET api/Influencer/GetInfluencerForContest?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 InfluencerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
InfluencerImage | string |
None. |
|
AccountId | globally unique identifier |
None. |
|
ContestId | globally unique identifier |
None. |
|
ContestName | string |
None. |
|
AccountName | string |
None. |
|
UserId | globally unique identifier |
None. |
|
Points | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "4241d04b-cc6b-451c-8bea-705ecf3f4972", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "99902f00-4496-4516-b353-b0a278e61d3f", "ContestId": "fde8374f-8e6a-4063-826b-98f3f2ef33cb", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "08922208-02de-45cd-a68c-09679e9d7001", "Points": 1 }, { "Id": "4241d04b-cc6b-451c-8bea-705ecf3f4972", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "99902f00-4496-4516-b353-b0a278e61d3f", "ContestId": "fde8374f-8e6a-4063-826b-98f3f2ef33cb", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "08922208-02de-45cd-a68c-09679e9d7001", "Points": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfInfluencerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.InfluencerModule.Model"> <InfluencerDto> <AccountId>99902f00-4496-4516-b353-b0a278e61d3f</AccountId> <AccountName>sample string 6</AccountName> <ContestId>fde8374f-8e6a-4063-826b-98f3f2ef33cb</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>4241d04b-cc6b-451c-8bea-705ecf3f4972</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>08922208-02de-45cd-a68c-09679e9d7001</UserId> </InfluencerDto> <InfluencerDto> <AccountId>99902f00-4496-4516-b353-b0a278e61d3f</AccountId> <AccountName>sample string 6</AccountName> <ContestId>fde8374f-8e6a-4063-826b-98f3f2ef33cb</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>4241d04b-cc6b-451c-8bea-705ecf3f4972</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>08922208-02de-45cd-a68c-09679e9d7001</UserId> </InfluencerDto> </ArrayOfInfluencerDto>