PaymentGatewayNotifications Test
PaymentGateway/Notifications/Events/{notificationEventId}
Get notification event by Id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Notifications/Events/{notificationEventId}

URI Parameters

Parameter Name Data Type Required Notes
notificationEventId integer Y

Request Body

None.

No request body.

Response object type : NotificationEvent

Response object type 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:30:40.5461141-07:00",
  "EventType": "sample string 4",
  "Reference": "sample string 5",
  "Payload": "sample string 6",
  "ProcessedDate": "2025-04-24T04:30:40.5461141-07:00",
  "CreatedDateTime": "2025-04-24T04:30:40.5461141-07:00",
  "CreateLocation": "sample string 7",
  "CreatedBy": "sample string 8",
  "UpdatedDateTime": "2025-04-24T04:30:40.5461141-07:00",
  "UpdatedBy": "sample string 9"
}
<NotificationEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 7</CreateLocation>
  <CreatedBy>sample string 8</CreatedBy>
  <CreatedDateTime>2025-04-24T04:30:40.5461141-07:00</CreatedDateTime>
  <EventType>sample string 4</EventType>
  <Id>1</Id>
  <Payload>sample string 6</Payload>
  <ProcessedDate>2025-04-24T04:30:40.5461141-07:00</ProcessedDate>
  <ReceivedDate>2025-04-24T04:30:40.5461141-07:00</ReceivedDate>
  <Reference>sample string 5</Reference>
  <Topic>sample string 2</Topic>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:30:40.5461141-07:00</UpdatedDateTime>
</NotificationEvent>
Change Version Description Contract Old New
Operation Added 15.2.33 GetNotificationEvent has been added. GetNotificationEvent