You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.