Changes to get all events for message

GET /api/v1/mails/{mailServerID}/messages/{messageID}/events

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 14 revisions of this API.14

  1. 6ba885651c6f13
  2. c63802bd8a381

What changed

    • ▲

      removed the media type */* for the response with the status

      response-media-type-removed

    • ○

      for the query request parameter count, the type was generalized from integer to number

      request-parameter-type-generalized

    • ○

      for the query request parameter page, the type was generalized from integer to number

      request-parameter-type-generalized

    • ○

      added the media type application/json for the response with the status

      response-media-type-added

    • ○

      endpoint added

      endpoint-added