POST api/AppDictionary/AppGetDictionary

getDictionary

Request Information

URI Parameters

None.

Body Parameters

GetDictionary_Model
NameDescriptionTypeAdditional information
LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageID": 1,
  "UserUUIDCur": "be4723aa-ced0-492e-a6aa-26d5d6d6d490"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetDictionary_Response
NameDescriptionTypeAdditional 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": "54c86571-2f90-4398-84ab-fde011503ff9"
  },
  {
    "SystemWord": "sample string 1",
    "UserWord": "sample string 2",
    "UserUUIDCur": "54c86571-2f90-4398-84ab-fde011503ff9"
  }
]