get https://api.atendare.com/v2///groups
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"
}
]
}