Stream Feature History
GET/entities/:entityType/features/:feature/history
Returns all historic values of this feature for all entities, in materialization order. Start and end query
parameters refer to _lastModified
in JSON, and UpdatedFeature.timestamp
in protobuf.
Historic values are returned in a streaming fashion using the requested content type, in ascending timestamp
order, with no limit on response size. Implement your client accordingly. Content-type negotiation (using the
Accept
header) provides responses in either plain JSON, newline-delimited
JSON, or protobuf.
If protobuf is selected, the message format will be a stream of delimited UpdatedFeature messages.
Request
Responses
- 200
Successful response with feature history