GET api/Influencer/GetInfluencerList
Request Information
URI Parameters
None.
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": "f1ca1231-134b-4bec-b18a-b4880c72dfe6", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "6f778742-1ff1-4b35-bf55-f0f0e3fbfb3f", "ContestId": "f2e558ed-e81e-4c77-aba6-3e46f8a07751", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "2d16a6ce-3f01-42fe-90de-cbb9a6c1b6ea", "Points": 1 }, { "Id": "f1ca1231-134b-4bec-b18a-b4880c72dfe6", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "6f778742-1ff1-4b35-bf55-f0f0e3fbfb3f", "ContestId": "f2e558ed-e81e-4c77-aba6-3e46f8a07751", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "2d16a6ce-3f01-42fe-90de-cbb9a6c1b6ea", "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>6f778742-1ff1-4b35-bf55-f0f0e3fbfb3f</AccountId> <AccountName>sample string 6</AccountName> <ContestId>f2e558ed-e81e-4c77-aba6-3e46f8a07751</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>f1ca1231-134b-4bec-b18a-b4880c72dfe6</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>2d16a6ce-3f01-42fe-90de-cbb9a6c1b6ea</UserId> </InfluencerDto> <InfluencerDto> <AccountId>6f778742-1ff1-4b35-bf55-f0f0e3fbfb3f</AccountId> <AccountName>sample string 6</AccountName> <ContestId>f2e558ed-e81e-4c77-aba6-3e46f8a07751</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>f1ca1231-134b-4bec-b18a-b4880c72dfe6</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>2d16a6ce-3f01-42fe-90de-cbb9a6c1b6ea</UserId> </InfluencerDto> </ArrayOfInfluencerDto>