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": "3e7e81f9-ac7f-402b-8e3a-914e685ffd97"
}
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": "520958d8-1936-4be8-ab90-9f42d5a17cd9"
},
{
"SystemWord": "sample string 1",
"UserWord": "sample string 2",
"UserUUIDCur": "520958d8-1936-4be8-ab90-9f42d5a17cd9"
}
]