GET message/unread?pageSize={pageSize}&pageIndex={pageIndex}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageSize

integer

Default value is 20

pageIndex

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

ResponseEntityOfIEnumerableOfMessage
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Collection of Message

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.