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": "9e0e2774-9299-436b-bebe-9d8d71eb6f7f", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "faa45671-790e-4dcf-bce4-7e4cebeabd2a", "ContestId": "f6548040-244c-42f9-b8ea-da4ea3d47666", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "5acc48e3-d87d-45da-b7f2-53a5c954f84e", "Points": 1 }, { "Id": "9e0e2774-9299-436b-bebe-9d8d71eb6f7f", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "faa45671-790e-4dcf-bce4-7e4cebeabd2a", "ContestId": "f6548040-244c-42f9-b8ea-da4ea3d47666", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "5acc48e3-d87d-45da-b7f2-53a5c954f84e", "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>faa45671-790e-4dcf-bce4-7e4cebeabd2a</AccountId> <AccountName>sample string 6</AccountName> <ContestId>f6548040-244c-42f9-b8ea-da4ea3d47666</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>9e0e2774-9299-436b-bebe-9d8d71eb6f7f</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>5acc48e3-d87d-45da-b7f2-53a5c954f84e</UserId> </InfluencerDto> <InfluencerDto> <AccountId>faa45671-790e-4dcf-bce4-7e4cebeabd2a</AccountId> <AccountName>sample string 6</AccountName> <ContestId>f6548040-244c-42f9-b8ea-da4ea3d47666</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>9e0e2774-9299-436b-bebe-9d8d71eb6f7f</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>5acc48e3-d87d-45da-b7f2-53a5c954f84e</UserId> </InfluencerDto> </ArrayOfInfluencerDto>