GET /projectSettings/{id}
Gets the ProjectSetting with the given id. Note that this is not the id of a project, in order to retrieve the project settings by the project id please refer to GET /projectSettings/{projectId}/type/{type}.
Only users with READ access on a project can retrieve its ProjectSetting.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/projectSettings/{id}
Resource URL Variables
{id} | the ID of the ProjectSetting |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | ProjectSetting (application/json) |