POST api/AppDictionary/AppGetDictionary
getDictionary
Request Information
URI Parameters
None.
Body Parameters
GetDictionary_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"LanguageID": 1,
"UserUUIDCur": "dd92cbb5-3972-4d48-b142-6ea5f7eb18e9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetDictionary_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemWord | string |
None. |
|
| UserWord | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SystemWord": "sample string 1",
"UserWord": "sample string 2",
"UserUUIDCur": "7f0e8988-551e-4050-a3c6-c57e50840834"
},
{
"SystemWord": "sample string 1",
"UserWord": "sample string 2",
"UserUUIDCur": "7f0e8988-551e-4050-a3c6-c57e50840834"
}
]