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": "60354f18-6499-4367-b2bb-532318435ff3", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "bd0e80b3-236a-48e5-9377-b03ad623e5d4", "ContestId": "b6788c82-14b3-4377-bf0d-2ff47c958962", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "06cb1679-f70d-4dcd-8e53-2c10d787ee2c", "Points": 1 }, { "Id": "60354f18-6499-4367-b2bb-532318435ff3", "FirstName": "sample string 2", "LastName": "sample string 3", "InfluencerImage": "sample string 4", "AccountId": "bd0e80b3-236a-48e5-9377-b03ad623e5d4", "ContestId": "b6788c82-14b3-4377-bf0d-2ff47c958962", "ContestName": "sample string 5", "AccountName": "sample string 6", "UserId": "06cb1679-f70d-4dcd-8e53-2c10d787ee2c", "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>bd0e80b3-236a-48e5-9377-b03ad623e5d4</AccountId> <AccountName>sample string 6</AccountName> <ContestId>b6788c82-14b3-4377-bf0d-2ff47c958962</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>60354f18-6499-4367-b2bb-532318435ff3</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>06cb1679-f70d-4dcd-8e53-2c10d787ee2c</UserId> </InfluencerDto> <InfluencerDto> <AccountId>bd0e80b3-236a-48e5-9377-b03ad623e5d4</AccountId> <AccountName>sample string 6</AccountName> <ContestId>b6788c82-14b3-4377-bf0d-2ff47c958962</ContestId> <ContestName>sample string 5</ContestName> <FirstName>sample string 2</FirstName> <Id>60354f18-6499-4367-b2bb-532318435ff3</Id> <InfluencerImage>sample string 4</InfluencerImage> <LastName>sample string 3</LastName> <Points>1</Points> <UserId>06cb1679-f70d-4dcd-8e53-2c10d787ee2c</UserId> </InfluencerDto> </ArrayOfInfluencerDto>