Hello,
I can see on this forum that in multiply answers there is a reference to raw json request/response objects. Also python get_timeseries and get_data has 'raw_output' parameter that can be set to 1 and the data will come in json format.
We have some concerns about the usage of raw json data in production environment.
Is there any documentation about the format of json requests/responses for different type of data requests?
And the more important question, can we assume that the structure will not be silently changed without any notifications to the users?
Thanks