GET Projects
GET /admin/project
Get all accessible projects
GET /rest/admin/project
Response parameters:
For meaning of attributes in response see GET Project.
Sample
Request:
HTTP GET: /admin/project/
Response:
<projectRefs>
<project id="TP" url="https://example.com/youtrack/charisma/rest/admin/project/TP"/>
<project id="E" url="https://example.com/youtrack/charisma/rest/admin/project/E"/>
</projectRefs>
Last modified: 30 March 2021