GET api/Influencer/GetInfluencerForAccount?accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | 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": "b1479105-73a8-42c6-86ba-f0ffa76c28d0", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "7001fe21-32ab-4481-91b7-0f74c88618f4", "ContestId": "d55dd15e-ab49-4618-972a-ca005e6442f7", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "01706394-469e-40c8-bb44-444fec9d870c", "Points": 1 }, { "Id": "b1479105-73a8-42c6-86ba-f0ffa76c28d0", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "7001fe21-32ab-4481-91b7-0f74c88618f4", "ContestId": "d55dd15e-ab49-4618-972a-ca005e6442f7", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "01706394-469e-40c8-bb44-444fec9d870c", "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>7001fe21-32ab-4481-91b7-0f74c88618f4</AccountId> <AccountName>sample string 6</AccountName> <ContestId>d55dd15e-ab49-4618-972a-ca005e6442f7</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>b1479105-73a8-42c6-86ba-f0ffa76c28d0</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>01706394-469e-40c8-bb44-444fec9d870c</UserId> </InfluencerDto> <InfluencerDto> <AccountId>7001fe21-32ab-4481-91b7-0f74c88618f4</AccountId> <AccountName>sample string 6</AccountName> <ContestId>d55dd15e-ab49-4618-972a-ca005e6442f7</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>b1479105-73a8-42c6-86ba-f0ffa76c28d0</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>01706394-469e-40c8-bb44-444fec9d870c</UserId> </InfluencerDto> </ArrayOfInfluencerDto>