PaymentGatewayNotifications Test
PaymentGateway/Notifications/Events?reference={reference}&notificationType={notificationType}
Get all notification events by reference.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Notifications/Events?reference={reference}&notificationType={notificationType}

URI Parameters

Parameter Name Data Type Required Notes
reference string Y Reference for the notification event. For Tessitura Merchant Services, this is the merchant reference.
notificationType string N Optional filter for the notification type.

Request Body

None.

No request body.

Response object type : Collection of NotificationEvent

Response object type Collection of NotificationEvent has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string
CreatedDateTime date
CreateLocation string
EventType string
Id integer
Payload string
ProcessedDate date
ReceivedDate date
Reference string
Topic string
UpdatedBy string
UpdatedDateTime date
[
  {
    "Id": 1,
    "Topic": "sample string 2",
    "ReceivedDate": "2025-04-24T04:07:57.7219325-07:00",
    "EventType": "sample string 4",
    "Reference": "sample string 5",
    "Payload": "sample string 6",
    "ProcessedDate": "2025-04-24T04:07:57.7219325-07:00",
    "CreatedDateTime": "2025-04-24T04:07:57.7219325-07:00",
    "CreateLocation": "sample string 7",
    "CreatedBy": "sample string 8",
    "UpdatedDateTime": "2025-04-24T04:07:57.7219325-07:00",
    "UpdatedBy": "sample string 9"
  },
  {
    "Id": 1,
    "Topic": "sample string 2",
    "ReceivedDate": "2025-04-24T04:07:57.7219325-07:00",
    "EventType": "sample string 4",
    "Reference": "sample string 5",
    "Payload": "sample string 6",
    "ProcessedDate": "2025-04-24T04:07:57.7219325-07:00",
    "CreatedDateTime": "2025-04-24T04:07:57.7219325-07:00",
    "CreateLocation": "sample string 7",
    "CreatedBy": "sample string 8",
    "UpdatedDateTime": "2025-04-24T04:07:57.7219325-07:00",
    "UpdatedBy": "sample string 9"
  }
]
<NotificationEvents xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <NotificationEvent>
    <CreateLocation>sample string 7</CreateLocation>
    <CreatedBy>sample string 8</CreatedBy>
    <CreatedDateTime>2025-04-24T04:07:57.7219325-07:00</CreatedDateTime>
    <EventType>sample string 4</EventType>
    <Id>1</Id>
    <Payload>sample string 6</Payload>
    <ProcessedDate>2025-04-24T04:07:57.7219325-07:00</ProcessedDate>
    <ReceivedDate>2025-04-24T04:07:57.7219325-07:00</ReceivedDate>
    <Reference>sample string 5</Reference>
    <Topic>sample string 2</Topic>
    <UpdatedBy>sample string 9</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:07:57.7219325-07:00</UpdatedDateTime>
  </NotificationEvent>
  <NotificationEvent>
    <CreateLocation>sample string 7</CreateLocation>
    <CreatedBy>sample string 8</CreatedBy>
    <CreatedDateTime>2025-04-24T04:07:57.7219325-07:00</CreatedDateTime>
    <EventType>sample string 4</EventType>
    <Id>1</Id>
    <Payload>sample string 6</Payload>
    <ProcessedDate>2025-04-24T04:07:57.7219325-07:00</ProcessedDate>
    <ReceivedDate>2025-04-24T04:07:57.7219325-07:00</ReceivedDate>
    <Reference>sample string 5</Reference>
    <Topic>sample string 2</Topic>
    <UpdatedBy>sample string 9</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:07:57.7219325-07:00</UpdatedDateTime>
  </NotificationEvent>
</NotificationEvents>
Change Version Description Contract Old New
Operation Added 15.2.33 GetAllNotificationEvents has been added. GetAllNotificationEvents