Optional asOptional fromThe start of the time range to query, as an RFC3339 timestamp or a relative time (for example, now-7d).
Defaults to now-7d. Ignored when as_of is set.
The unique identifier of the entity to retrieve.
Optional toThe end of the time range to query, as an RFC3339 timestamp or a relative time (for example, now).
Defaults to now. Ignored when as_of is set.
Generated using TypeDoc
A point in time at which to query the entity revisions, as an RFC3339 timestamp, a Unix timestamp (in seconds), or a relative time (for example,
now-1d). When set,fromandtoare ignored. Cannot be combined with customfrom/tovalues.