GET api/Influencers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Influencer| Name | Description | Type | Additional information |
|---|---|---|---|
| InfluencerId | integer |
None. |
|
| Name | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Password | string |
None. |
|
| EmailId | string |
None. |
|
| Verified | boolean |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| OTP | string |
None. |
|
| string |
None. |
||
| Youtube | string |
None. |
|
| string |
None. |
||
| ProfileImage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"InfluencerId": 1,
"Name": "sample string 2",
"PhoneNumber": "sample string 3",
"Password": "sample string 4",
"EmailId": "sample string 5",
"Verified": true,
"City": "sample string 6",
"State": "sample string 7",
"Country": "sample string 8",
"CreatedDate": "2025-12-11T15:30:32.236224+05:30",
"CreatedBy": 1,
"UpdatedDate": "2025-12-11T15:30:32.236224+05:30",
"UpdatedBy": 1,
"OTP": "sample string 9",
"Instagram": "sample string 10",
"Youtube": "sample string 11",
"Facebook": "sample string 12",
"ProfileImage": "sample string 13"
}
application/xml, text/xml
Sample:
<Influencer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess"> <City>sample string 6</City> <Country>sample string 8</Country> <CreatedBy>1</CreatedBy> <CreatedDate>2025-12-11T15:30:32.236224+05:30</CreatedDate> <EmailId>sample string 5</EmailId> <Facebook>sample string 12</Facebook> <InfluencerId>1</InfluencerId> <Instagram>sample string 10</Instagram> <Name>sample string 2</Name> <OTP>sample string 9</OTP> <Password>sample string 4</Password> <PhoneNumber>sample string 3</PhoneNumber> <ProfileImage>sample string 13</ProfileImage> <State>sample string 7</State> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2025-12-11T15:30:32.236224+05:30</UpdatedDate> <Verified>true</Verified> <Youtube>sample string 11</Youtube> </Influencer>