GET v2/impactvideo/getmyvideobyprofile/{id}
Request Information
URI Parameters
Name | Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | integer |
Additional Info :
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ImpactVideoMyVideoResponseName | Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | integer | ||||||||||||
ProfileId | integer | ||||||||||||
CompanyName | string | ||||||||||||
DistributorID | string | ||||||||||||
VideoMessage | string | ||||||||||||
HtmlUrl | string | ||||||||||||
SelfieVideoURL | string | ||||||||||||
SelfieVideoThumbURL | string | ||||||||||||
ProductVideoURL | string | ||||||||||||
ProductName | string | ||||||||||||
ProductDescription | string | ||||||||||||
ProductURL | string | ||||||||||||
ProductImageURL | string | ||||||||||||
ProductPrice | string | ||||||||||||
LinkName | string | ||||||||||||
LinkURL | string | ||||||||||||
AppVersion | string | ||||||||||||
HTMLFileSize | integer | ||||||||||||
VideoFileSize | integer | ||||||||||||
VideoThumbSize | integer | ||||||||||||
CreatedDate | date | ||||||||||||
UpdatedDate | date | ||||||||||||
Device | string | ||||||||||||
UserType | string | ||||||||||||
IsDeleted | boolean | ||||||||||||
ProfileType | integer | ||||||||||||
Language | string | ||||||||||||
PhoneModel | string | ||||||||||||
IsEncoded | boolean |
Response Formats
[ { "id": 1, "profileId": 2, "companyName": "sample string 3", "distributorID": "sample string 4", "videoMessage": "sample string 5", "htmlUrl": "sample string 6", "selfieVideoURL": "sample string 7", "selfieVideoThumbURL": "sample string 8", "productVideoURL": "sample string 9", "productName": "sample string 10", "productDescription": "sample string 11", "productURL": "sample string 12", "productImageURL": "sample string 13", "productPrice": "sample string 14", "linkName": "sample string 15", "linkURL": "sample string 16", "appVersion": "sample string 17", "htmlFileSize": 1, "videoFileSize": 1, "videoThumbSize": 1, "createdDate": "2024-10-30T15:10:02.3321579Z", "updatedDate": "2024-10-30T15:10:02.3321579Z", "device": "sample string 18", "userType": "sample string 19", "isDeleted": true, "profileType": 20, "language": "sample string 21", "phoneModel": "sample string 22", "isEncoded": true }, { "id": 1, "profileId": 2, "companyName": "sample string 3", "distributorID": "sample string 4", "videoMessage": "sample string 5", "htmlUrl": "sample string 6", "selfieVideoURL": "sample string 7", "selfieVideoThumbURL": "sample string 8", "productVideoURL": "sample string 9", "productName": "sample string 10", "productDescription": "sample string 11", "productURL": "sample string 12", "productImageURL": "sample string 13", "productPrice": "sample string 14", "linkName": "sample string 15", "linkURL": "sample string 16", "appVersion": "sample string 17", "htmlFileSize": 1, "videoFileSize": 1, "videoThumbSize": 1, "createdDate": "2024-10-30T15:10:02.3321579Z", "updatedDate": "2024-10-30T15:10:02.3321579Z", "device": "sample string 18", "userType": "sample string 19", "isDeleted": true, "profileType": 20, "language": "sample string 21", "phoneModel": "sample string 22", "isEncoded": true } ]
<ArrayOfImpactVideoMyVideoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models"> <ImpactVideoMyVideoResponse> <AppVersion>sample string 17</AppVersion> <CompanyName>sample string 3</CompanyName> <CreatedDate>2024-10-30T15:10:02.3321579+00:00</CreatedDate> <Device>sample string 18</Device> <DistributorID>sample string 4</DistributorID> <HTMLFileSize>1</HTMLFileSize> <HtmlUrl>sample string 6</HtmlUrl> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsEncoded>true</IsEncoded> <Language>sample string 21</Language> <LinkName>sample string 15</LinkName> <LinkURL>sample string 16</LinkURL> <PhoneModel>sample string 22</PhoneModel> <ProductDescription>sample string 11</ProductDescription> <ProductImageURL>sample string 13</ProductImageURL> <ProductName>sample string 10</ProductName> <ProductPrice>sample string 14</ProductPrice> <ProductURL>sample string 12</ProductURL> <ProductVideoURL>sample string 9</ProductVideoURL> <ProfileId>2</ProfileId> <ProfileType>20</ProfileType> <SelfieVideoThumbURL>sample string 8</SelfieVideoThumbURL> <SelfieVideoURL>sample string 7</SelfieVideoURL> <UpdatedDate>2024-10-30T15:10:02.3321579+00:00</UpdatedDate> <UserType>sample string 19</UserType> <VideoFileSize>1</VideoFileSize> <VideoMessage>sample string 5</VideoMessage> <VideoThumbSize>1</VideoThumbSize> </ImpactVideoMyVideoResponse> <ImpactVideoMyVideoResponse> <AppVersion>sample string 17</AppVersion> <CompanyName>sample string 3</CompanyName> <CreatedDate>2024-10-30T15:10:02.3321579+00:00</CreatedDate> <Device>sample string 18</Device> <DistributorID>sample string 4</DistributorID> <HTMLFileSize>1</HTMLFileSize> <HtmlUrl>sample string 6</HtmlUrl> <Id>1</Id> <IsDeleted>true</IsDeleted> <IsEncoded>true</IsEncoded> <Language>sample string 21</Language> <LinkName>sample string 15</LinkName> <LinkURL>sample string 16</LinkURL> <PhoneModel>sample string 22</PhoneModel> <ProductDescription>sample string 11</ProductDescription> <ProductImageURL>sample string 13</ProductImageURL> <ProductName>sample string 10</ProductName> <ProductPrice>sample string 14</ProductPrice> <ProductURL>sample string 12</ProductURL> <ProductVideoURL>sample string 9</ProductVideoURL> <ProfileId>2</ProfileId> <ProfileType>20</ProfileType> <SelfieVideoThumbURL>sample string 8</SelfieVideoThumbURL> <SelfieVideoURL>sample string 7</SelfieVideoURL> <UpdatedDate>2024-10-30T15:10:02.3321579+00:00</UpdatedDate> <UserType>sample string 19</UserType> <VideoFileSize>1</VideoFileSize> <VideoMessage>sample string 5</VideoMessage> <VideoThumbSize>1</VideoThumbSize> </ImpactVideoMyVideoResponse> </ArrayOfImpactVideoMyVideoResponse>