Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Get Project

view on GitHub

Get Project is available as an HTTP Request, and will return information on a specified project.

HTTP Request Specification

To return a specified project, simply GET to the URL with the project name and an appropiate API Key.

GET /api/sca/projects?project=«projectName»

HTTP Response Specification

A successful 200 response body will contain a ProjectInfo object (see ProjectInfo.cs). A 403 response indicates a missing, unknown, or unauthorized API Key.