GET api/messages/v3/{sessionID}?corrType={corrType}&corrID={corrID}&lastID={lastID}&getDeleted={getDeleted}

Get seller and correspondent messages

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sessionID

Session ID (obtained at login)

string

Required

corrType

Correspondent type ("support", "admin", "user", "buyer", "visitor", "anonym")

string

Required

corrID

Correspondent ID

integer

Required

lastID

ID after which to return

integer

Required

getDeleted

Whether to return deleted messages or not

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

JsonResultOfMessagesResponseV3
NameDescriptionTypeAdditional information
Content

MessagesResponseV3

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.