TrendLog Series API

Description:

For a given trend log, its value and the corresponding timestamps can be exported. Before this query can be executed, the API key should be located. The ID of the trendlog also needs to be found. This can be done by following the steps below.

Parameter:

KeyValue ExampleDescription
tlRequired1234.12345.TL12This is the building id, device id, and Trend Log id of the trend log the data is queried for. The tl can be found by following the steps outlined here.
startRequiredyyyy-mm-ddThh:mm:ssThe start date of your time range using this format “YYYY-MM-DDTHH:MM:SS”. For example, 2014-03-14T16:43:57
endRequiredyyyy-mm-ddThh:mm:ssthe end date of your time range using this format “YYYY-MM-DDTHH:MM:SS”. For example, 2014-03-24T16:43:57
api_keyRequired1234567890abcdeThis is the “Coppertree Cloud Key” key found within a user’s profile in Kaizen. It is security to protect your data. The api_key can be found here.
formatOptionaljsonThe API will return value with a specific format.
dataOptionalrawThe API by default return two synthetic data points, one at the beginning of the range, and a second one at the end of the range. If you want to return the raw samples only, you can add this parameter to equal raw.

Query

https://kaizen.coppertreeanalytics.com/public_api/api/get_tl_data_start_end?tl=<tl_ref>&start=<start_date_in_the_format_given_above>&end=<end_date_in_the_format_given_above>

or

https://kaizen-east.coppertreeanalytics.com/public_api/api/get_tl_data_start_end?tl=<tl_ref>&start=<start_date_in_the_format_given_above>&end=<end_date_in_the_format_given_above>

Response:

Field nameValue ExampleDescription
tsyyyy-mm-ddThh:mm:ssThis is the time stamp of the data
v12.34This is the value of the trendlog for the corresponding time stamp.

Related Queries

If the trendlog data needs to be collected for different sites in one place, another similar query linked here can be used.