GET api/Products
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"InProductId": 1,
"ProductName": "sample string 2",
"CreatedDate": "2026-08-20T17:43:19.5013895+01:00",
"UpdatedDate": "2026-08-20T17:43:19.5013895+01:00"
},
{
"InProductId": 1,
"ProductName": "sample string 2",
"CreatedDate": "2026-08-20T17:43:19.5013895+01:00",
"UpdatedDate": "2026-08-20T17:43:19.5013895+01:00"
},
{
"InProductId": 1,
"ProductName": "sample string 2",
"CreatedDate": "2026-08-20T17:43:19.5013895+01:00",
"UpdatedDate": "2026-08-20T17:43:19.5013895+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LicenceService.Models">
<Product>
<CreatedDate>2026-08-20T17:43:19.5013895+01:00</CreatedDate>
<UpdatedDate>2026-08-20T17:43:19.5013895+01:00</UpdatedDate>
<InProductId>1</InProductId>
<ProductName>sample string 2</ProductName>
</Product>
<Product>
<CreatedDate>2026-08-20T17:43:19.5013895+01:00</CreatedDate>
<UpdatedDate>2026-08-20T17:43:19.5013895+01:00</UpdatedDate>
<InProductId>1</InProductId>
<ProductName>sample string 2</ProductName>
</Product>
<Product>
<CreatedDate>2026-08-20T17:43:19.5013895+01:00</CreatedDate>
<UpdatedDate>2026-08-20T17:43:19.5013895+01:00</UpdatedDate>
<InProductId>1</InProductId>
<ProductName>sample string 2</ProductName>
</Product>
</ArrayOfProduct>