The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /entity/{id}/version

Get all versions of an Entity one page at a time.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/version

Resource URL Variables
{id} The ID of the Entity to get all versions for.
Parameters
offset

optional

The offset index determines where this page will start from. When null it will default to 0.
limit

optional

Limits the number of entities that will be fetched for this page. When null it will default to 10.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<VersionInfo>
(application/json)