Platform API 3.0
/- Get source files inventory at application level
Get source files inventory at project level
Get Mend library suggestions for source files at project level
Search for library matches for source files at project level
Get Mend library suggestions for source files at application level
Search for library matches for source files at application level
Remap source files at application level
Remap source files at organization level
Remap all source files of a library at application level
Remap all source files of a library at organization level
Get source files inventor...
Returns a list of libraries together with the location of their source files. Supports filtering by library UUID using the search parameter. Example: ?search=libraryUuid==b366b0ef-b211-4c37-a47c-0077e4de709f
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/inventory?limit=50&cursor=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
- totalItems: The total count of data points returned in an API response.
Example:
{ "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }
Response
{ "additionalData": { "totalItems": "422", "next": "http://someUrl?cursor=3", "cursor": 3 }, "supportToken": "1171c60d", "response": [ { … } ] }