get https://api.atendare.com/v2/activities
GET - 200
{
"total": 1,
"page_index": 0,
"page_size": 15,
"results": [
{
"activitytype": {
"id": 1,
"name": "Email",
"icon": "uil-envelope",
"color": "#acce24",
"status": 1,
"type": 2,
"author_id": 1,
"creation_date": "2020-11-12T19:25:08Z",
"update_date": "2021-02-17T17:29:37Z"
},
"author_id": 1,
"author": {
"id": 1,
"detail": "Nome do autor",
"type": 1,
"user_id": 1
},
"author_done_id": 1,
"author_done": {
"id": 1,
"detail": "Nome do autor",
"type": 1,
"user_id": 1
},
"id": 1,
"event_id": 1,
"activitytype_id": 1,
"calendar_id": 1,
"stage_id": 1,
"name": "Email",
"description": "Descrição da atividade",
"status_desc": "Concluída sem sucesso",
"location": "Av. Uruguai, 513 - Centro, Três de Maio - RS, 98910-000, Brasil",
"meeting_link": "https://meet.google.com/",
"start_date": "2022-08-10T21:00:00Z",
"end_date": "2022-08-11T22:00:00Z",
"conclusion_date": "2022-07-05T14:57:41Z",
"duration": "1.01:00:00",
"status": 5,
"creation_date": "2022-06-21T19:40:06Z",
"update_date": "2022-07-05T14:57:43Z"
}
]
}