Skip to main content

Stream Feature History for Entity

GET 

/entities/:entityType/:entityId/:feature/history

Returns the history of values of this feature for the given entity. Start and end query parameters refer to _effectiveFrom in JSON, and Value.effectiveFrom in protobuf.

Historic values are returned in a streaming fashion using the requested content type, in ascending "effective from" 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 Value messages.

Request

Responses