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": "3267e6a7-94d3-4c0c-bab4-9386b9b3e004"
}
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": "eec427f4-0965-4a94-ac33-cc59aa76d9a5"
},
{
"SystemWord": "sample string 1",
"UserWord": "sample string 2",
"UserUUIDCur": "eec427f4-0965-4a94-ac33-cc59aa76d9a5"
}
]