Get features with paging support
Feature list response.
Failed request reponse.
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/geospatial/featuretypes/{featureTypeExternalId}/features?cursor=4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo&limit=1000&allowCrsTransformation=true&allowDimensionalityMismatch=true' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "items": [
- {
- "externalId": "measurement_point_765",
- "temperature": 5.65,
- "location": {
- "wkt": "POINT(60.547602 -5.423433)"
}, - "createdTime": 1629784673505,
- "lastUpdatedTime": 1629784673505
}, - {
- "externalId": "measurement_point_863",
- "temperature": 5.03,
- "location": {
- "wkt": "POINT(60.585858 -6.474416)"
}, - "createdTime": 1629784673505,
- "lastUpdatedTime": 1629784673505
}
], - "nextCursor": "pwGTFXeL-JiWO8CZpgP23g"
}