You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

groups-example.json 371B

1234567891011121314151617181920212223
  1. {
  2. "paging": {
  3. "pageIndex": 1,
  4. "pageSize": 25,
  5. "total": 2
  6. },
  7. "groups": [
  8. {
  9. "id": 1,
  10. "name": "sonar-admins",
  11. "description": "Sonar Admins",
  12. "selected": false,
  13. "default": false
  14. },
  15. {
  16. "id": 2,
  17. "name": "sonar-users",
  18. "description": "Users",
  19. "selected": true,
  20. "default": true
  21. }
  22. ]
  23. }