Input Parameter Description
Name of the table or view for which series/tracks will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
Name of the table containing the complete series/track information to be returned for the tracks present in the input parameter table_name, in [schema_name.]table_name format, using standard name resolution rules. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank.
A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results).The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX_INT.
A positive integer indicating the maximum number of series/tracks to be returned. Or END_OF_SET (-9999) to indicate that the max number of results should be returned.The default value is 250.
Specifies the encoding for returned records; either binary or json.The default value is
binary.The supported values are:- binary
- json
Optional parameters.The default value is an empty map ( {} ).
Output Parameter Description
The Kinetica server embeds the endpoint response inside a standard response structure which contains status information and the actual response to the query. Here is a description of the various fields of the wrapper:‘OK’ or ‘ERROR’
Empty if success or an error message
‘get_records_by_series_response’ or ‘none’ in case of an error
Empty string
This embedded JSON represents the result of the /get/records/byseries endpoint:Empty string in case of an error.