events.getNewCount rest api

Возвращает количество новых событий в Моем Мире, для пользователя авторизованного по session_key.

Для вызова функции требуется привилегия events.

Результат

Формат ответа для json-выдачи (результат для xml аналогичен):

{ "count" : 3 } 

Коды ошибок

КодОписание
1Unknown error: Please resubmit the request.
2Unknown method called.
3Service Unavailable. Please try again later.
4Method is deprecated.
100One of the parameters specified is missing or invalid.
102User authorization failed: the session key or uid is incorrect.
103Application lookup failed: the application id is not correct.
104Incorrect signature.
105Application is not installed for this user.
200Permission error: the application does not have permission to perform this action.

Пример вызова

http://www.appsmail.ru/platform/api?method=events.getNewCount&
app_id=123456&session_key=551fd0e4779e35859dfccd03397dc8a0&
sig=95a393ed7639184a52f7a17b6771a925

Пример ответа в формате JSON

{ "count" : 0 } 

Пример ответа в формате XML


     2

См. также

Использование REST API

Функции REST API