GET Assignees
GET /admin/project/{projectId}/assignee
Get project assignees
GET /rest/admin/project/{projectId}/assignee
Parameters:
Name | Type | Description |
---|---|---|
projectId | projectByIdNotStrict | Project identifier. |
Sample
Request:
HTTP GET: /admin/project/TP/assignee
Response:
<assigneeList
groupsUrl="http://localhost:8080/charisma/rest/admin/project/TP/assignee/group"
individualsUrl="http://localhost:8080/charisma/rest/admin/project/TP/assignee/individual">
<assignees>
<assignee login="root" isIndividualAssignee="true">
<assignedBy>
<userGroupRef name="test-group"
url="http://localhost:8080/charisma/rest/admin/group/test-group"
/>
<userGroupRef name="some bla bla"
url="http://localhost:8080/charisma/rest/admin/group/some bla bla"
/>
</assignedBy>
</assignee>
<assignee login="guest" isIndividualAssignee="true">
<assignedBy>
<userGroupRef name="some bla bla"
url="http://localhost:8080/charisma/rest/admin/group/some bla bla"
/>
</assignedBy>
</assignee>
</assignees>
</assigneeList>
Last modified: 7 March 2019