REST Model for localization info
name | data type | description |
---|---|---|
channels | array of ChannelLocalizationInfo | the channels |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "channels" : [ { "channelId" : 12345, "folder" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "page" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "image" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "file" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "template" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "inherited" : 12345, "localized" : 12345, "local" : 12345 }, { "channelId" : 12345, "folder" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "page" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "image" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "file" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "template" : { "inherited" : 12345, "localized" : 12345, "local" : 12345 }, "inherited" : 12345, "localized" : 12345, "local" : 12345 } ], "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }