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.json 316B

12345678910111213141516171819
  1. {
  2. "groups": [
  3. {
  4. "name": "group-1-name",
  5. "description": "group-1-description",
  6. "selected": true
  7. },
  8. {
  9. "name": "group-2-name",
  10. "description": "group-2-description",
  11. "selected": true
  12. }
  13. ],
  14. "paging": {
  15. "pageIndex": 1,
  16. "pageSize": 100,
  17. "total": 2
  18. }
  19. }