Commands frame/timeseries_slice¶
Returns a frame that is a sub-slice of the given series.
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
| name: | frame/timeseries_slice | 
|---|---|
| arguments: | frame : Frame 
 date_time_index : list 
 start : datetime 
 end : datetime 
 | 
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
Splits a time series frame on the specified start and end date/times.
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.