GET api/Configuration/GetLanguageObject
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MobileConfigurationMembers| Name | Description | Type | Additional information | 
|---|---|---|---|
| LanguageObject | string | 
                             None.  | 
                |
| ImageObject | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "LanguageObject": "sample string 1",
  "ImageObject": "sample string 2"
}