Skip to content

api projects

Rob Rati edited this page Nov 15, 2018 · 3 revisions

The api/projects endpoint implements access to project information in the Blackduck instances.

The following HTTP methods are implemented:

  • GET - Retrieve project information

A GET request to the api/projects endpoint will return all projects in all Blackduck instances. It is possible to retrieve information for a single project by performing a GET request to api/projects/{ID} where {ID} is a project identifier from a Blackduck instance.

Clone this wiki locally