GET Message/GetMessageSeenStatuses

Request Information

URI Parameters

NameDescriptionTypeAdditional information
messageId

integer

None.

lastId

Последний идентификатор, используется для пейджинга

string

None.

pathName

Поисковая строка

string

None.

count

Количество

integer

None.

excludeIds

Исключить идентификаторы

Collection of string

None.

includeIds

Вернуть только заданные идентификаторы

Collection of string

None.

orderType

Сортировка

AppOrderType

None.

Body Parameters

None.

Response Information

Resource Description

BaseListViewOfMessageSeenStatusView
NameDescriptionTypeAdditional information
countAll

Общее количество

integer

None.

items

Список

Collection of MessageSeenStatusView

None.

Response Formats

application/json, text/json

Sample:
{
  "countAll": 1,
  "items": null
}