Topic by Steven Bennett
When using the REST API, for example:
/services/rest/connect/v1.3/queryResults/?query=select lookupName,value from messageBases where lookupName in ('CUSTOM_MSG_SITE_NIKE_SEARCH_RESULTS')
I can retrieve values for custom message bases. But when I Try to use something like the following:
/services/rest/connect/v1.3/queryResults/?query=select lookupName,value from messageBases where lookupName in ('NO_RESULTS_FOUND_MSG')
to retrieve the localized "No search results found" message base, I don't receive it.