GET v1/selPopups

Метод для отримання всіх popup

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Popup
NameDescriptionTypeAdditional information
id

integer

None.

onDate

date

None.

title

string

None.

html

string

None.

width

integer

None.

height

integer

None.

dateFrom

date

None.

dateTo

date

None.

actionID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "onDate": "2026-06-10T07:14:45.9334686+03:00",
    "title": "sample string 3",
    "html": "sample string 4",
    "width": 1,
    "height": 1,
    "dateFrom": "2026-06-10T07:14:45.9334686+03:00",
    "dateTo": "2026-06-10T07:14:45.9334686+03:00",
    "actionID": 1
  },
  {
    "id": 1,
    "onDate": "2026-06-10T07:14:45.9334686+03:00",
    "title": "sample string 3",
    "html": "sample string 4",
    "width": 1,
    "height": 1,
    "dateFrom": "2026-06-10T07:14:45.9334686+03:00",
    "dateTo": "2026-06-10T07:14:45.9334686+03:00",
    "actionID": 1
  }
]