GET /projectSettings/{projectId}/type/{type}
Gets the ProjectSetting of a particular type for the project with the given id.
Currently supported types:
- upload: Used to retrieve the UploadDestinationListSetting
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) |