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

Download Open API Spec

GET /objects/{object_id}

The DRSObject API will provide information about a DrsObject, which can be a FileEntity or Dataset. The DrsObject is fetched by its drsId i.e., its Synapse ID, plus its version, which makes it immutable (e.g., syn123.1) , or its file handle ID prepended with the string “fh” (e.g., fh123)). Get info about a DrsObject.

Resource URL

https://repo-prod.prod.sagebase.org/ga4gh/drs/v1/objects/{object_id}

Resource URL Variables
{object_id}
Parameters
expand

optional

Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object DrsObject
(application/json)