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
·
1 revision
The api/codelocations endpoint implements access to the code locations in the Blackduck instances.
The following HTTP methods are implemented:
GET - Retrieve code locations from the Blackduck instances
A GET request to the api/codelocations endpoint will return all code locations in all Blackduck instances. It is possible to retrieve information for a single code location by performing a GET request to api/codelocations/{ID} where {ID} is a code location identifier from a Blackduck instance.