GET api/LaSurtidora_CarouselImage

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LaSurtidora_CarouselImage
NameDescriptionTypeAdditional information
Id

integer

None.

ImageData

Collection of byte

None.

IsActive

boolean

None.

CreatedAt

date

None.

UpdatedAt

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ImageData": "QEA=",
    "IsActive": true,
    "CreatedAt": "2025-12-11T06:15:10.1120093-08:00",
    "UpdatedAt": "2025-12-11T06:15:10.1120093-08:00"
  },
  {
    "Id": 1,
    "ImageData": "QEA=",
    "IsActive": true,
    "CreatedAt": "2025-12-11T06:15:10.1120093-08:00",
    "UpdatedAt": "2025-12-11T06:15:10.1120093-08:00"
  }
]