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

Download Open API Spec

GET /entity/{id}/version/{versionNumber}

Get a specific version of an Entity.

Note: Only the current version of the Entity can be used for an Entity update. Therefore, only the current version of the Entity will be returned with the actual etag. All older versions will be returned with an eTag '00000000-0000-0000-0000-000000000000'.

Resource URL

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

Resource URL Variables
{id} The ID of the Entity.
{versionNumber} The version number of the Entity to get.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object Entity
(application/json)