GET Project
GET /admin/project/{projectId}
Get project by its project identifier.
GET /rest/admin/project/{projectId}
Name | Type | Description |
---|---|---|
projectId | projectByIdNotStrict | ID of a project to get. |
Sample
HTTP GET: /admin/project/TP
<project name="test project" id="TP" lead="root"
assigneesUrl="http://localhost:8080/charisma/rest/admin/project/TP/assignee/"
subsystemsUrl="http://localhost:8080/charisma/rest/admin/project/TP/subsystem/"
buildsUrl="http://localhost:8080/charisma/rest/admin/project/TP/build/"
versionsUrl="http://localhost:8080/charisma/rest/admin/project/TP/version/"
startingNumber="1"
/>
Last modified: 2 February 2017