GET api/telemetry/johnstonsweeper/{nextRecordId}?rowCount={rowCount}
View the next 1000 sweeper telemetry records with sweeper body data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nextRecordId |
Provided by the previous call made to this end-point, if this is the first call pass 0 |
integer |
Required |
| rowCount |
The count of rows to be returned if less than 1000 rows are desired |
integer |
Default value is 1000 |
Body Parameters
None.
Response Information
Resource Description
SweeperEventWrapperOfSweeperBody| Name | Description | Type | Additional information |
|---|---|---|---|
| Events | Collection of SweeperBody |
None. |
|
| NextRecordID |
The RecordID to be used in the next call of this method. |
integer |
None. |
| EventCount |
The number of events returned in this call. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Events": null,
"NextRecordID": 1,
"EventCount": 2
}