Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Description

createdOnUtc

(required) The created-on date to match. Date format "YYYYMMDD"

Responses

Response Code

Headers and Body

200 (Ok)

Code Block
languagejson
[
  {
      "PublisherProgramId": "ProgramId",
      "PublisherEventId": "some_key_id",
      "PublisherSystemId": "LB",
      "EventType": "Event Type indicator",
      "PublisherParticipantId": "joebob@example.com",
      "PublisherEventData": { JSON },
      "EventStartUtc": "UTC date/time",
      "EventEndUtc": "UTC date/time"
  },
  ...
]

...