Retrieves the last row in one or more sequences. Note that the last row in a sequence is the one with the highest row number, which is not necessarily the one that was ingested most recently.
Description of data requested.
A request for the last row.
Response with the sequence data found.
{- "columns": [
- "string"
 
], - "before": 1,
 - "id": 1
 
}{- "id": 1112,
 - "externalId": "DL/DRILL412/20190103/T3",
 - "columns": [
- {
- "externalId": "Depth"
 
}, - {
- "externalId": "DepthSource"
 
}, - {
- "externalId": "PowerSetting"
 
} 
], - "rows": [
- {
- "rowNumber": 1,
 - "values": [
- 23331.3,
 - "s2",
 - 61
 
] 
} 
] 
}