api - CustomValue::get - return multiple fields fails via api explorer
The API call fails with error message when using the api explorer:

{
"is_error": 1,
"error_message": "'name' specified in OR group but not added to params"
}
The generated PHP-Code however does produces the expected results.