Response containing a single content language
name | data type | description |
---|---|---|
language | ContentLanguage | Content Language |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "language" : { "id" : 12345, "globalId" : "...", "code" : "...", "name" : "..." }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }