Generic Notification - eventCopy Pagepost http://localhost:8080/api/hay/v1/communications/notificationThis endpoint will receive the main notification stream for the platform events in a new generic format.Body ParamsDetails of event the v1 notificationidempotencyKeyuuidrequiredIdempotency key (UUID) to uniquely represent this request and prevent duplication.typestringenumrequiredThe type of the notification event - one of: BATCH_COMPLETED: The bulk batch-completed event BATCH_COMPLETEDAllowed:BATCH_COMPLETEDcreatedTimeUtcdate-timeResolution requested by date and timeactionOwnerstringenumThe party responsible for the triggering of an action resulting in a notification event. Possible values: CLIENT: Client executed an action which triggered the event. PLATFORM: Shaype executed an action which triggered the event. CLIENTPLATFORMAllowed:CLIENTPLATFORMeventDetailsProvided event details.BatchCompletedEventDtoBatchCompletedEventDto objectResponses 200Success 403Unauthorised 422Invalid Input 500Internal errorUpdated 11 months ago