POST api/AppDictionary/AppGetDictionary
getDictionary
Request Information
URI Parameters
None.
Body Parameters
GetDictionary_ModelName | Description | Type | Additional information |
---|---|---|---|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "LanguageID": 1, "UserUUIDCur": "0c8ab562-fdd1-4a78-9c74-da0e64c96772" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetDictionary_ResponseName | 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": "615f9495-b184-4edb-9137-22c1a96c62c2" }, { "SystemWord": "sample string 1", "UserWord": "sample string 2", "UserUUIDCur": "615f9495-b184-4edb-9137-22c1a96c62c2" } ]