GET v2/resourceString/{resourceStringId}/detail
Retrieve details of a specific resource string
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceStringId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResourceStringModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResourceStringId |
Unique identifier of a Resource String |
integer |
None. |
| ResourceKey |
Unique key of a Resource String |
string |
None. |
| English |
English version of text |
string |
None. |
| ChineseSimplified |
Chinese Simplified version of text |
string |
None. |
| ChineseTraditional |
Chinese Traditional version of text |
string |
None. |
| French |
French version of text |
string |
None. |
| German |
German version of text |
string |
None. |
| Portuguese |
Portuguese version of text |
string |
None. |
| Spanish |
Spanish version of text |
string |
None. |
| SQLOnly |
Flag indicating if this key is only used by SQL |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"resourceStringId": 1,
"resourceKey": "sample string 2",
"english": "sample string 3",
"chineseSimplified": "sample string 4",
"chineseTraditional": "sample string 5",
"french": "sample string 6",
"german": "sample string 7",
"portuguese": "sample string 8",
"spanish": "sample string 9",
"sqlOnly": true
}