storage.getAll
Returns all values set with storage.set method.
| Name | Required | Type | Description | | uid | false | | 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 | | Variable type: - CUSTOM - user-specific variable;
- GLOBAL - global variable available for all users.
|
| time_threshold | false | | 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
Type