UserData
Get scoped userdata
This function retrieves all userdata key/value pairs within the specified scope.
get/get_scoped_userdata
Query parameters
scopestring required
Example:example_scope
The scope name whose userdata you wish to retrieve.
Response
HTTP Request was successful.
Example response
{
"data": {
"theme": "dark",
"items_per_page": "50"
},
"metadata": {
"command": "get_scoped_userdata",
"reason": "OK",
"result": 1,
"version": 1
}
}