storage.getKeys
Return all variable’s keys available for user in an app
| 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 |
| anchor | false | | Paging anchor. |
| count | false | | Amount of keys to be returned. Limits: from 1 to 1000 keys Default value: 100 |
| scope | false | | Variable type: - CUSTOM - user-specific variable;
- GLOBAL - global variable available for all users.
|
Authorization
Session is optional (for External applications - required)
Required permissions
Limits
Storage API methods have some limits regarding unique keys amount:
- maximum of 1000 keys per user;
- maximum of 5000 keys per app.
Type