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

Download Open API Spec

POST /entity/{id}/version/{versionNumber}/bundle2

Get an entity at a specific version and its related data with a single POST.

Resource URL

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

Resource URL Variables
{id} - The ID of the entity to fetch.
{versionNumber} - The version of the entity to fetch
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method POST
Request Object EntityBundleRequest
(application/json)
Response Object EntityBundle
(application/json)