GET api/Advertisement/GetAllAdvertisement

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AdvertisementDto
NameDescriptionTypeAdditional information
AdvertisementId

integer

None.

Name

string

None.

Type

byte

None.

Description

string

None.

Image

string

None.

Base64Image

string

None.

CreatedOn

date

None.

RecordStatus

byte

None.

StatusEnum

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "advertisementId": 1,
    "name": "sample string 2",
    "type": 64,
    "description": "sample string 4",
    "image": "sample string 5",
    "base64Image": "sample string 6",
    "createdOn": "2025-12-17T22:42:55.5065687+05:30",
    "recordStatus": 64,
    "statusEnum": "64"
  },
  {
    "$ref": "1"
  }
]