Retrieves all data points
Paginated endpoint — This API returns paginated results. Use the pageNumber and pageSize query parameters to control which page of results is returned. The response includes pagination metadata in the response headers. See the Pagination guide for details.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Query Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| filter | string (string) | Optional | |
| pageSize | The number of elements to return in a page | integer (int32) | Optional |
| pageNumber | The current page number | integer (int32) | Optional |
Filters
| Filter | Description | Type | Operators |
|---|---|---|---|
| channelId | Integer | equals | |
| commodityCode | Commodity Code | String | equals not equals one of like not like not one of |
| commodityId | Integer | equals not equals less than between one of greater than less than equal greater than equal not one of | |
| commodityInfo | Commodity Name | String | equals not equals one of like not like not one of |
| dataPointCode | Data Point Code | String | equals not equals one of like not like not one of |
| dataPointId | Integer | equals not equals less than between one of greater than less than equal greater than equal not one of | |
| dataPointInfo | Data Point Name | String | equals not equals one of like not like not one of |
| hasChannels | Boolean | equals | |
| importId | Data Point Import ID | String | equals not equals one of like not like not one of |
| interval | Channel Interval | Integer | less than equal |
| manufacturerInfo | Manufacturer Name | String | equals not equals one of like not like not one of |
| model | Data Point Model | String | equals not equals one of like not like not one of |
| placeCode | Place Code | String | equals not equals one of like not like not one of |
| placeEntityTypeId | Integer | equals not equals less than between one of greater than less than equal greater than equal not one of | |
| placeEntityTypeInfo | Place Entity Type Name | String | equals not equals one of like not like not one of |
| placeId | Integer | equals not equals less than between one of greater than less than equal greater than equal not one of | |
| placeInfo | Place Name | String | equals not equals one of like not like not one of |
| primaryUseCode | Primary Use Code | String | equals not equals one of like not like not one of |
| primaryUseId | Integer | equals not equals less than between one of greater than less than equal greater than equal not one of | |
| primaryUseInfo | Primary Use Name | String | equals not equals one of like not like not one of |
| sentinelEnabled | sentinelEnabled | Boolean | equals |
| serialNumber | Data Point Serial Number | String | equals not equals one of like not like not one of |
| topmostSpaceCode | Topmost Space Code | String | equals |
| topmostSpaceInfo | Topmost Space Name | String | equals |
Response Headers
This endpoint returns pagination metadata in the response headers.
| Header | Type | Description |
|---|---|---|
| PageNumber | integer | The current page number (1-based). |
| PageSize | integer | The maximum number of items per page. |
| TotalNumberOfRecords | integer | The total number of records matching the query across all pages. |
| TotalPages | integer | The total number of pages. Increment pageNumber until it equals this value to retrieve all results. |
See the Pagination guide for iteration examples and best practices.
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
Array of:
DataPointResponse
| Property | Description | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| active | Indicates whether the Data Point is active | boolean | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| channels | An array of channels assigned to this Data Point | EsaChannelChild[] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
EsaChannelChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| commodity | CommodityChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
CommodityChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdBy | UserChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
UserChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdDate | The date and time the Data Point was created | string (date-time) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dataPointCode | The Data Point code | string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dataPointDescription | The Data Point description | string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dataPointId | The identifier for the Data Point | integer (int32) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dataPointInfo | The Data Point name | string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dataPointTimeZone | TimeZoneChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
TimeZoneChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| importId | The import identifier of the Data Point | string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| isDataRolledUp | Indicates if the primary value channel on the datapoint has a summarization method of SUM | boolean | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| latitudeOverride | The latitude of the Data Point, if set it overrides the latitude of it’s parent Place | number (double) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| longitudeOverride | The longitude of the Data Point, if set it overrides the longitude of it’s parent Place | number (double) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| manufacturer | ManufacturerChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
ManufacturerChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| model | The model of the Data Point | string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| modifiedBy | UserChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
UserChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| modifiedDate | The date and time of the most recent modification of the Data Point | string (date-time) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| place | PlaceChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PlaceChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| primaryUse | PrimaryUseChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PrimaryUseChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sentinelEnabled | Indicates if the Sentinel is active for primary value channels | boolean | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sentinelModifiedBy | UserChild | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
UserChild properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sentinelStatus | Provides some insight into the current Sentinel enabled status. | integer (int32) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| serialNumber | The serial number of the Data Point | string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example Response
[
{ "active": false, "channels": [
{ "channelId": 1, "channelInfo": "string", "interval": 1
}
], "commodity": { "commodityCode": "string", "commodityIcon": {}, "commodityId": 1, "commodityInfo": "string"
}, "createdBy": { "fullName": "string", "userCode": "string", "userId": 1
}, "createdDate": "2026-03-30", "dataPointCode": "string", "dataPointDescription": "string", "dataPointId": 1, "dataPointInfo": "string", "dataPointTimeZone": { "timeZoneCode": "string", "timeZoneId": 1, "timeZoneInfo": "string"
}, "importId": "string", "isDataRolledUp": false, "latitudeOverride": 1.0, "longitudeOverride": 1.0, "manufacturer": { "manufacturerId": 1, "manufacturerInfo": "string"
}, "model": "string", "modifiedBy": { "fullName": "string", "userCode": "string", "userId": 1
}, "modifiedDate": "2026-03-30", "place": { "isDataRolledUp": false, "placeCode": "string", "placeId": 1, "placeInfo": "string", "placeType": {}
}, "primaryUse": { "primaryUseCode": "string", "primaryUseId": 1, "primaryUseInfo": "string"
}, "sentinelEnabled": false, "sentinelModifiedBy": { "fullName": "string", "userCode": "string", "userId": 1
}, "sentinelStatus": 1, "serialNumber": "string"
}
]