messages

get all mails

get/api/v1/mails/{mailServerID}/messages

Path parameters

mailServerIDstring required

Query parameters

pagenumber
countnumber
direction'incoming' | 'outgoing' required
statestring
subjectstring
fromstring
tostring
isTrashboolean

Response

OK

statusstring

Changes

Changed in 3 of the 14 revisions of this API.15

    • added the new optional query request parameter isTrash

      new-optional-request-parameter

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • 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