Listar atribuições de grupos

GET - 200

{
  "total": 1,
  "page_index": 0,
  "page_size": 15,
  "results": [
    {
      "id": 1,
      "group_id": 1,
      "group": {
        "id": 1,
        "name": "Nome do gropo",
        "status": 1,
        "author_id": 1,
        "creation_date": "2020-11-17T12:53:05Z",
        "update_date": "2020-11-17T12:53:05Z"
      },
      "author_id": 1,
      "person_id": 1,
      "creation_date": "2020-11-18T16:57:07Z"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!