# scmInstances Fetch details of scm instances of a project. Endpoint: GET /scmInstances Version: v1 Security: bearerAuth ## Query parameters: - `projectId` (integer, required) ID of the project Example: 1 - `scmType` (string) Enum: "GIT", "TFS", "PERFORCE", "SUBVERSION" - `instanceId` (integer) ID of the SCM instance ## Response 200 fields (application/json): - `propertyList` (array) - `scmtype` (string) ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields