Name | Type | Type | Required | Default |
---|---|---|---|---|
Accept-Language |
Preferred language code in which data shall be returned. Defaults to English if no translation in the specified language is available. Can be used through the query parameter query or using the header Accept-Language .en - Englishzh - Chineseru - Russianid - Indonesianjp - Japanese
|
String | en | |
Accept |
Response data format. Default is application/json . Can be used through the query parameter format or using the header Accept .
|
String | json |
Name | Type | Type | Required | Default |
---|---|---|---|---|
lang |
Preferred language code in which data will be returned. Defaults to English if no translation in the language specified is available. Can be used through the query parameter query or using the header Accept-Language .en - Englishzh - Chineseru - Russianid - Indonesianjp - Japanese
|
String | en | |
format |
Response data format. Default is json . Can be used through the query parameter format or using the header Accept .
|
String | json | |
token | Access API key. | String | ||
with_model_information |
If set to true returns the model names as part of the response.
|
Boolean | false | |
count | Limit the amount of latest time-points returned, by the number specified. | Integer | ||
start_date | Limits the start date after which the time-points will be returned. | String | ||
end_date | Limits the end date before which the time-points will be returned. | String | ||
updated_after | Returns only the updated time-points after the date specified. | String | ||
blank_observations | If it's set to true, empty time-points will be returned | Boolean | false | |
time_points_status |
Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted |
String | active |
Status Code | Type | Type |
---|---|---|
200 | List of insight series time-points | InsightSeriesResult |
400 | Incorrect input parameters. | BadRequest |
401 | Authorization error. | AuthorizationError |
403 | Incorrect user permissions. | PermissionsError |
404 | Requested entity not found. | NotFound |
415 | Unsupported data format. Only json, xml, csv are supported. | UnsupportedMedia |
429 | Too many requests were send or limit exceeded. | TooManyRequests |
500 | Internal Server Error. | InternalError |