Retrieve a project from Git
Retrieves a project from Git.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
gitType
The name of the Git provider that is used
Allowed values:
repoPath
The path in Git to the repository
branchName
The name of the branch that is used.
projectPath
The file path within a Git repository to a project file
Response
The exact contents of the project file stored in Git
Errors
500
Internal Server Error