POST api2/push_notification.json

Get Push Notifications

Request Information

URI Parameters

None.

Body Parameters

API.Models.PushNotificationRequest
NameDescriptionTypeAdditional information
newerThen

date

Required

Request Formats

{
  "newerThen": "2026-02-22T22:45:59.0279058+01:00"
}

Response Information

Resource Description

Collection of API.Models.PushNotificationResponse
NameDescriptionTypeAdditional information
id

ID

integer

None.

title

Title

string

None.

message

Message

string

None.

type

Puth Notifications Type (Information | Warning | Alert)

Enums.PuthNotificationsType

None.

date

Date

date

None.

image_url

Image

string

None.

url

URL

string

None.

Response Formats

[
  {
    "id": 1,
    "title": "sample string 2",
    "message": "sample string 3",
    "type": "Information",
    "date": "2026-02-22T22:45:59.0289056+01:00",
    "image_url": "sample string 4",
    "url": "sample string 5"
  },
  {
    "id": 1,
    "title": "sample string 2",
    "message": "sample string 3",
    "type": "Information",
    "date": "2026-02-22T22:45:59.0289056+01:00",
    "image_url": "sample string 4",
    "url": "sample string 5"
  }
]