GET Downloads/GetProductVideos?productId={productId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfProductVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Entity | Collection of ProductVideo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Entity": [
{
"Id": 1,
"CreatedDateTime": "2026-02-04T04:47:23.3552462+02:00",
"CreatedBy": "sample string 3",
"ProductId": 4,
"Name": "sample string 5",
"Description": "sample string 6",
"UrlLink": "sample string 7",
"IsActive": true
},
{
"Id": 1,
"CreatedDateTime": "2026-02-04T04:47:23.3552462+02:00",
"CreatedBy": "sample string 3",
"ProductId": 4,
"Name": "sample string 5",
"Description": "sample string 6",
"UrlLink": "sample string 7",
"IsActive": true
}
]
}
application/xml, text/xml
Sample:
<ResponseOfArrayOfDownloadRepo.ProductVideoFh7eTjSN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core">
<Entity xmlns:d2p1="http://schemas.datacontract.org/2004/07/mobile.oneplan.co.za.Models.Repositories">
<d2p1:DownloadRepo.ProductVideo>
<d2p1:CreatedBy>sample string 3</d2p1:CreatedBy>
<d2p1:CreatedDateTime>2026-02-04T04:47:23.3552462+02:00</d2p1:CreatedDateTime>
<d2p1:Description>sample string 6</d2p1:Description>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:ProductId>4</d2p1:ProductId>
<d2p1:UrlLink>sample string 7</d2p1:UrlLink>
</d2p1:DownloadRepo.ProductVideo>
<d2p1:DownloadRepo.ProductVideo>
<d2p1:CreatedBy>sample string 3</d2p1:CreatedBy>
<d2p1:CreatedDateTime>2026-02-04T04:47:23.3552462+02:00</d2p1:CreatedDateTime>
<d2p1:Description>sample string 6</d2p1:Description>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:ProductId>4</d2p1:ProductId>
<d2p1:UrlLink>sample string 7</d2p1:UrlLink>
</d2p1:DownloadRepo.ProductVideo>
</Entity>
<Message>sample string 2</Message>
<Success>true</Success>
</ResponseOfArrayOfDownloadRepo.ProductVideoFh7eTjSN>