GET Downloads/GetProducts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Entity | Collection of Product |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Entity": [
{
"Id": 1,
"CreatedDateTime": "2026-03-31T10:45:58.6183316+02:00",
"CreatedBy": "sample string 3",
"Name": "sample string 4",
"StartDate": "2026-03-31T10:45:58.6183316+02:00",
"EndDate": "2026-03-31T10:45:58.6183316+02:00"
},
{
"Id": 1,
"CreatedDateTime": "2026-03-31T10:45:58.6183316+02:00",
"CreatedBy": "sample string 3",
"Name": "sample string 4",
"StartDate": "2026-03-31T10:45:58.6183316+02:00",
"EndDate": "2026-03-31T10:45:58.6183316+02:00"
}
]
}
application/xml, text/xml
Sample:
<ResponseOfArrayOfDownloadRepo.ProductFh7eTjSN 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.Product>
<d2p1:CreatedBy>sample string 3</d2p1:CreatedBy>
<d2p1:CreatedDateTime>2026-03-31T10:45:58.6183316+02:00</d2p1:CreatedDateTime>
<d2p1:EndDate>2026-03-31T10:45:58.6183316+02:00</d2p1:EndDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:StartDate>2026-03-31T10:45:58.6183316+02:00</d2p1:StartDate>
</d2p1:DownloadRepo.Product>
<d2p1:DownloadRepo.Product>
<d2p1:CreatedBy>sample string 3</d2p1:CreatedBy>
<d2p1:CreatedDateTime>2026-03-31T10:45:58.6183316+02:00</d2p1:CreatedDateTime>
<d2p1:EndDate>2026-03-31T10:45:58.6183316+02:00</d2p1:EndDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:StartDate>2026-03-31T10:45:58.6183316+02:00</d2p1:StartDate>
</d2p1:DownloadRepo.Product>
</Entity>
<Message>sample string 2</Message>
<Success>true</Success>
</ResponseOfArrayOfDownloadRepo.ProductFh7eTjSN>