Listar grupos

GET - 200

{
  "result": {
    "total": 2,
    "page_index": 0,
    "page_size": 15,
    "results": [
      {
        "id": 1,
        "name": "Nome do grupo 1"
      },
      {
        "id": 2,
        "name": "Nome do grupo 2"
      }
    ]
  }
}
Language
Click Try It! to start a request and see the response here!