GET api/LocalizedValues/{id}
Gets a value
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of the value |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Value
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>