Retrieve a project from Git

Retrieves a project from Git.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

gitTypeenumRequired
The name of the Git provider that is used
Allowed values:
repoPathstringRequired
The path in Git to the repository
branchNamestringRequired
The name of the branch that is used.
projectPathstringRequired
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