Using OpenAPI how do I retrieve an entity with a p...
# getting-started
c
Using OpenAPI how do I retrieve an entity with a particular verstionstamp?
b
@orange-night-91387 can help you out!
o
VersionStamps are currently only used for a GraphQL endpoint that is used by the frontend for a specific query to populate the timeline views of the schema. You can't query for a specific version stamp on OpenAPI at this time.
c
Thank You!!