Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagec#
titleExample
linenumberstrue
GET http://localhost:1260/odata/v1/LocalizedPropertysLocalizedProperties?$top=120&$filter=LocaleKeyGroup eq 'Product' and EntityId eq 224 and Language/LanguageCulture eq 'en-US'

...

Code Block
languagec#
titleExample
linenumberstrue
{"odata.metadata":"http://localhost:1260/odata/v1/$metadata#LocalizedPropertys$metadata#LocalizedProperties","value":[
	{
		"EntityId":224,"LanguageId":1,"LocaleKeyGroup":"Product","LocaleKey":"Name","LocaleValue":"My name for the product","Id":111
	},{
		"EntityId":224,"LanguageId":1,"LocaleKeyGroup":"Product","LocaleKey":"FullDescription","LocaleValue":"<p>Hello world! My product description goes here...</p>","Id":113
	}
]}

...