storage.getAll

Returns all values set with storage.set method.

NameRequiredTypeDescription
uid false String

User id. Must be set in case of a server method call.
If method is called within a user’s session uid does not need to be specified

scope false CallScope

Variable type:

  • CUSTOM - user-specific variable;
  • GLOBAL - global variable available for all users.
time_threshold false Integer

When the parameter is set then only recently changed values are returned during the specified amount of seconds.

Authorization

Session is optional (for External applications - required)

Required permissions

  • VALUABLE_ACCESS

Type

{ "data": { "lang.String": "String" }, "etag": "String", "meta": { "lang.String": { "created_ts": "long", "user_id": "long" } } }

Application paramters

User session data

Method

List of paramters

Используем для подписи secret_key = session_secret_key
Используем для подписи secret_key = application_secret_key
Используем для подписи secret_key = MD5(access_token + application_secret_key)
secret_key =
Сортируем и склеиваем параметры запроса и secret_key
Рассчитываем MD5 от полученной строки и получаем параметр sig