GET api/products/GetHomePictures

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HomePicture
NameDescriptionTypeAdditional information
Id

integer

None.

Path

string

None.

AddedDate

date

None.

isActive

boolean

None.

Type

ImagesTypeEnum

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Path": "sample string 2",
    "AddedDate": "2025-10-25T13:11:46.9515373+03:00",
    "isActive": true,
    "Type": 1
  },
  {
    "Id": 1,
    "Path": "sample string 2",
    "AddedDate": "2025-10-25T13:11:46.9515373+03:00",
    "isActive": true,
    "Type": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfHomePicture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAQI_Market.Infrastructure.Models">
  <HomePicture>
    <AddedDate>2025-10-25T13:11:46.9515373+03:00</AddedDate>
    <Id>1</Id>
    <Path>sample string 2</Path>
    <Type>HomeSlider</Type>
    <isActive>true</isActive>
  </HomePicture>
  <HomePicture>
    <AddedDate>2025-10-25T13:11:46.9515373+03:00</AddedDate>
    <Id>1</Id>
    <Path>sample string 2</Path>
    <Type>HomeSlider</Type>
    <isActive>true</isActive>
  </HomePicture>
</ArrayOfHomePicture>

multipart/form-data

Sample:
<ArrayOfHomePicture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAQI_Market.Infrastructure.Models"><HomePicture><AddedDate>2025-10-25T13:11:46.9515373+03:00</AddedDate><Id>1</Id><Path>sample string 2</Path><Type>HomeSlider</Type><isActive>true</isActive></HomePicture><HomePicture><AddedDate>2025-10-25T13:11:46.9515373+03:00</AddedDate><Id>1</Id><Path>sample string 2</Path><Type>HomeSlider</Type><isActive>true</isActive></HomePicture></ArrayOfHomePicture>