Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.4 KB

MessageLogEntry.md

File metadata and controls

24 lines (21 loc) · 1.4 KB

TalonOne.Model.MessageLogEntry

Message Log.

Properties

Name Type Description Notes
Id string Unique identifier of the message.
Service string Name of the service that generated the log entry.
ChangeType string Type of change that triggered the notification. [optional]
NotificationId int ID of the notification. [optional]
NotificationName string The name of the notification. [optional]
WebhookId int ID of the webhook. [optional]
WebhookName string The name of the webhook. [optional]
Request MessageLogRequest [optional]
Response MessageLogResponse [optional]
CreatedAt DateTime Timestamp when the log entry was created.
EntityType string The entity type the log is related to.
Url string The target URL of the request. [optional]
ApplicationId int Identifier of the Application. [optional]
LoyaltyProgramId int Identifier of the loyalty program. [optional]
CampaignId int Identifier of the campaign. [optional]

[Back to Model list] [Back to API list] [Back to README]