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

Download Open API Spec

GET /entity/{id}/path

Get the full path of an Entity as a List of EntityHeaders. The first EntityHeader will be the Root Entity, and the last EntityHeader will be the requested Entity.

Resource URL

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

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