GET api/v1/pushnotifications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PushNotificationsUserResponse
NameDescriptionTypeAdditional information
id

integer

None.

cuponId

integer

None.

title

string

None.

description

string

None.

image

string

None.

date

date

None.

seen_date

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cuponId": 2,
    "title": "sample string 3",
    "description": "sample string 4",
    "image": "sample string 5",
    "date": "2026-08-10T14:09:41.9769123-04:00",
    "seen_date": "2026-08-10T14:09:41.9769123-04:00"
  },
  {
    "id": 1,
    "cuponId": 2,
    "title": "sample string 3",
    "description": "sample string 4",
    "image": "sample string 5",
    "date": "2026-08-10T14:09:41.9769123-04:00",
    "seen_date": "2026-08-10T14:09:41.9769123-04:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfResponse.PushNotificationsUserResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/qPonesApi.DTO">
  <Response.PushNotificationsUserResponse>
    <cuponId>2</cuponId>
    <date>2026-08-10T14:09:41.9769123-04:00</date>
    <description>sample string 4</description>
    <id>1</id>
    <image>sample string 5</image>
    <seen_date>2026-08-10T14:09:41.9769123-04:00</seen_date>
    <title>sample string 3</title>
  </Response.PushNotificationsUserResponse>
  <Response.PushNotificationsUserResponse>
    <cuponId>2</cuponId>
    <date>2026-08-10T14:09:41.9769123-04:00</date>
    <description>sample string 4</description>
    <id>1</id>
    <image>sample string 5</image>
    <seen_date>2026-08-10T14:09:41.9769123-04:00</seen_date>
    <title>sample string 3</title>
  </Response.PushNotificationsUserResponse>
</ArrayOfResponse.PushNotificationsUserResponse>