v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Email notifications report API

Purpose: The purpose of this API is to fetch a list of email notification details associated with a center.

post/v1/reports/notifications/email/flat_file

Query parameters

pagestring

Page number to search

sizestring

Size of the list to return

Request body

start_datestring date required

Start date and time of the request. This will fetch all the email notifications from the date specified in the body.

end_datestring date required

End date of the request. The API will fetch the email notification details till the date and time specified in the body.

Response

200

OR

Example response

{
  "notifications": [
    {
      "center_name": "Khammam",
      "guest_code": "IvyOwner",
      "guest_name": "Tangerinespa_Own Owner",
      "message_type_name": "Loyalty Points Expiry Reminder",
      "status": "Delivered",
      "email": "hrushikeshk@zenoti.com"
    }
  ],
  "page_info": {
    "total": 998,
    "page": 1,
    "size": 10
  }
}