-
Notifications
You must be signed in to change notification settings - Fork 2
api codelocations
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.