GET v2/impactvideo/getprofile/{id}
Returns a Impact Video Profile
Request Information
URI Parameters
| Name | Type | Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | integer |
Id
Additional Info :
Required |
|||||||||||
Body Parameters
None.
Response Information
Resource Description
ImpactVideoProfileResponse
ImpactVideoProfileResponse| Name | Type | Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | integer | ||||||||||||
| CompanyName | string | ||||||||||||
| Name | string | ||||||||||||
| string | |||||||||||||
| DistributorID | string | ||||||||||||
| ProfileImageURL | string | ||||||||||||
| RegisterDate | date | ||||||||||||
| UpdatedDate | date | ||||||||||||
| Device | string | ||||||||||||
| ProfileType | integer | ||||||||||||
| ShopID | string | ||||||||||||
| ShopClientID | string | ||||||||||||
| ShopURL | string | ||||||||||||
| ShopAPIPassword | string | ||||||||||||
| VideoCount | integer | ||||||||||||
| AppVersion | string | ||||||||||||
| OSVersion | string | ||||||||||||
| DeviceModel | string | ||||||||||||
Response Formats
{
"id": 1,
"companyName": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"distributorID": "sample string 5",
"profileImageURL": "sample string 6",
"registerDate": "2025-11-07T03:54:35.7470629Z",
"updatedDate": "2025-11-07T03:54:35.7470629Z",
"device": "sample string 7",
"profileType": 8,
"shopID": "sample string 9",
"shopClientID": "sample string 10",
"shopURL": "sample string 11",
"shopAPIPassword": "sample string 12",
"videoCount": 13,
"appVersion": "sample string 14",
"osVersion": "sample string 15",
"deviceModel": "sample string 16"
}
<ImpactVideoProfileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models"> <AppVersion>sample string 14</AppVersion> <CompanyName>sample string 2</CompanyName> <Device>sample string 7</Device> <DeviceModel>sample string 16</DeviceModel> <DistributorID>sample string 5</DistributorID> <Email>sample string 4</Email> <Id>1</Id> <Name>sample string 3</Name> <OSVersion>sample string 15</OSVersion> <ProfileImageURL>sample string 6</ProfileImageURL> <ProfileType>8</ProfileType> <RegisterDate>2025-11-07T03:54:35.7470629+00:00</RegisterDate> <ShopAPIPassword>sample string 12</ShopAPIPassword> <ShopClientID>sample string 10</ShopClientID> <ShopID>sample string 9</ShopID> <ShopURL>sample string 11</ShopURL> <UpdatedDate>2025-11-07T03:54:35.7470629+00:00</UpdatedDate> <VideoCount>13</VideoCount> </ImpactVideoProfileResponse>