Interact with Groups
Get all groups in the system
Syntax
Groups in the system can be accessed using http GET method through below url:
http://localhost:8810/rest/groups
The response is of mime type application/xml and the content is XML representation of all groups in the system.
Security
You will need to use http BASIC authentication to login as authorized QuickBuild user if the anonymous does not have adminstrative right.
Demo
Below curl command demonstrates how to get all groups:
curl -u admin:admin http://localhost:8810/rest/groups