UserData
Return scoped userdata mapping
This function returns all userdata key/value pairs for a given scope.
get/UserData/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
{
"apiversion": 3,
"func": "get_scoped_userdata",
"module": "UserData",
"result": {
"data": {
"theme": "dark",
"items_per_page": "50",
"show_help_tour": "0"
},
"status": 1
}
}