GET api/Reports/EventNotification/{eventId}

Allows a user to get an event that they have access to.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

The event identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The specified event.

ESignSystems.SmartSAFE.Models.EventNotification.EventModel
NameDescriptionTypeAdditional information
EventId

Gets or sets the identifier of the event.

integer

None.

EventDate

Gets or sets the event's date.

date

None.

EventType

Gets or sets the event's type.

string

None.

EventStatus

Gets or sets the event's status.

string

None.

SerializedEventData

Gets or sets the serialized event data.

string

None.

SearchKey

Gets or sets the search key property.

string

None.

Notifications

Gets or sets the event's list of notifications.

Collection of ESignSystems.SmartSAFE.Models.EventNotification.EventNotificationModel

None.

Response Formats

application/json, text/json

Sample:
{
  "EventId": 1,
  "EventDate": "2024-11-26T17:19:08.6674654-05:00",
  "EventType": "sample string 3",
  "EventStatus": "sample string 4",
  "SerializedEventData": "sample string 5",
  "SearchKey": "sample string 6",
  "Notifications": [
    {
      "EventNotificationId": 1,
      "EventId": 1,
      "EventNotificationTypeId": 2,
      "EventNotificationType": "sample string 3",
      "Destination": "sample string 4",
      "FromEmailAddress": "sample string 5",
      "FromEmailName": "sample string 6",
      "ReplyToEmailAddress": "sample string 7",
      "NotificationStatus": "sample string 8",
      "Complete": true,
      "CreatedDate": "2024-11-26T17:19:08.6674654-05:00",
      "ProcessedDate": "2024-11-26T17:19:08.6674654-05:00",
      "NumberOfAttempts": 10,
      "ErrorMessage": "sample string 11",
      "CCEmailAddress": "sample string 12",
      "LogEntries": [
        {
          "EventNotificationLogId": 1,
          "EventNotificationId": 1,
          "Success": true,
          "ProcessedDate": "2024-11-26T17:19:08.6674654-05:00",
          "ErrorMessage": "sample string 2"
        },
        {
          "EventNotificationLogId": 1,
          "EventNotificationId": 1,
          "Success": true,
          "ProcessedDate": "2024-11-26T17:19:08.6674654-05:00",
          "ErrorMessage": "sample string 2"
        }
      ]
    },
    {
      "EventNotificationId": 1,
      "EventId": 1,
      "EventNotificationTypeId": 2,
      "EventNotificationType": "sample string 3",
      "Destination": "sample string 4",
      "FromEmailAddress": "sample string 5",
      "FromEmailName": "sample string 6",
      "ReplyToEmailAddress": "sample string 7",
      "NotificationStatus": "sample string 8",
      "Complete": true,
      "CreatedDate": "2024-11-26T17:19:08.6674654-05:00",
      "ProcessedDate": "2024-11-26T17:19:08.6674654-05:00",
      "NumberOfAttempts": 10,
      "ErrorMessage": "sample string 11",
      "CCEmailAddress": "sample string 12",
      "LogEntries": [
        {
          "EventNotificationLogId": 1,
          "EventNotificationId": 1,
          "Success": true,
          "ProcessedDate": "2024-11-26T17:19:08.6674654-05:00",
          "ErrorMessage": "sample string 2"
        },
        {
          "EventNotificationLogId": 1,
          "EventNotificationId": 1,
          "Success": true,
          "ProcessedDate": "2024-11-26T17:19:08.6674654-05:00",
          "ErrorMessage": "sample string 2"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<EventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.EventNotification">
  <EventDate>2024-11-26T17:19:08.6674654-05:00</EventDate>
  <EventId>1</EventId>
  <EventStatus>sample string 4</EventStatus>
  <EventType>sample string 3</EventType>
  <Notifications>
    <EventNotificationModel>
      <CCEmailAddress>sample string 12</CCEmailAddress>
      <Complete>true</Complete>
      <CreatedDate>2024-11-26T17:19:08.6674654-05:00</CreatedDate>
      <Destination>sample string 4</Destination>
      <ErrorMessage>sample string 11</ErrorMessage>
      <EventId>1</EventId>
      <EventNotificationId>1</EventNotificationId>
      <EventNotificationType>sample string 3</EventNotificationType>
      <EventNotificationTypeId>2</EventNotificationTypeId>
      <FromEmailAddress>sample string 5</FromEmailAddress>
      <FromEmailName>sample string 6</FromEmailName>
      <LogEntries>
        <EventNotificationLogModel>
          <ErrorMessage>sample string 2</ErrorMessage>
          <EventNotificationId>1</EventNotificationId>
          <EventNotificationLogId>1</EventNotificationLogId>
          <ProcessedDate>2024-11-26T17:19:08.6674654-05:00</ProcessedDate>
          <Success>true</Success>
        </EventNotificationLogModel>
        <EventNotificationLogModel>
          <ErrorMessage>sample string 2</ErrorMessage>
          <EventNotificationId>1</EventNotificationId>
          <EventNotificationLogId>1</EventNotificationLogId>
          <ProcessedDate>2024-11-26T17:19:08.6674654-05:00</ProcessedDate>
          <Success>true</Success>
        </EventNotificationLogModel>
      </LogEntries>
      <NotificationStatus>sample string 8</NotificationStatus>
      <NumberOfAttempts>10</NumberOfAttempts>
      <ProcessedDate>2024-11-26T17:19:08.6674654-05:00</ProcessedDate>
      <ReplyToEmailAddress>sample string 7</ReplyToEmailAddress>
    </EventNotificationModel>
    <EventNotificationModel>
      <CCEmailAddress>sample string 12</CCEmailAddress>
      <Complete>true</Complete>
      <CreatedDate>2024-11-26T17:19:08.6674654-05:00</CreatedDate>
      <Destination>sample string 4</Destination>
      <ErrorMessage>sample string 11</ErrorMessage>
      <EventId>1</EventId>
      <EventNotificationId>1</EventNotificationId>
      <EventNotificationType>sample string 3</EventNotificationType>
      <EventNotificationTypeId>2</EventNotificationTypeId>
      <FromEmailAddress>sample string 5</FromEmailAddress>
      <FromEmailName>sample string 6</FromEmailName>
      <LogEntries>
        <EventNotificationLogModel>
          <ErrorMessage>sample string 2</ErrorMessage>
          <EventNotificationId>1</EventNotificationId>
          <EventNotificationLogId>1</EventNotificationLogId>
          <ProcessedDate>2024-11-26T17:19:08.6674654-05:00</ProcessedDate>
          <Success>true</Success>
        </EventNotificationLogModel>
        <EventNotificationLogModel>
          <ErrorMessage>sample string 2</ErrorMessage>
          <EventNotificationId>1</EventNotificationId>
          <EventNotificationLogId>1</EventNotificationLogId>
          <ProcessedDate>2024-11-26T17:19:08.6674654-05:00</ProcessedDate>
          <Success>true</Success>
        </EventNotificationLogModel>
      </LogEntries>
      <NotificationStatus>sample string 8</NotificationStatus>
      <NumberOfAttempts>10</NumberOfAttempts>
      <ProcessedDate>2024-11-26T17:19:08.6674654-05:00</ProcessedDate>
      <ReplyToEmailAddress>sample string 7</ReplyToEmailAddress>
    </EventNotificationModel>
  </Notifications>
  <SearchKey>sample string 6</SearchKey>
  <SerializedEventData>sample string 5</SerializedEventData>
</EventModel>