| Summary: | Provide the project hierarchy as REST API | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Michael Ochmann <michael.ochmann> |
| Component: | Skalli | Assignee: | Project Inbox <skalli.core-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Ochmann
http://git.eclipse.org/c/skalli/org.eclipse.skalli.git/commit/?id=d3baaac782dc2d8437a9004d45dc8c1dbe48ca12 implements a REST call that is not exactly the same as the hierarchy view, but list all subprojects of a project down to a selectable depth. Usage: /api/projects/{id}/subprojects?depth=<n>&extensions=<comma-separated-list-of-extension-names> * depth can be provided as a request parameter (?depth=<n>) to retrieve subprojects down to a certain depth (default is down to arbitrary depth) * extensions=<comma-separated-list-of-extension-names> request parameter can be addded to the query to retrieve the REST information for a given set of extensions (compare /api/projects) |