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

Download Open API Spec

GET /projectSettings/{projectId}/type/{type}

Gets the ProjectSetting of a particular type for the project with the given id.

Currently supported types:

Only users with READ access on a project can retrieve its ProjectSetting.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/projectSettings/{projectId}/type/{type}

Resource URL Variables
{projectId} the ID of the project
{type} The ProjectSettingsType to get.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object ProjectSetting
(application/json)