get https://api.atendare.com/v2/qualifications/
GET - 200
{
"success": true,
"data": {
"id": 1,
"name": "Q003 - Amazon",
"start_date": "2022-03-22T19:25:46Z",
"end_date": "2022-03-22T19:25:46Z",
"number": 1,
"status": 1,
"visibility": 2,
"company_id": 1,
"company": {
"id": 2,
"name": "Nome da companhia",
"full_name": "Nome completo da companhia",
"email": "[email protected]",
"phone": "55 9 99999999",
"document": "294.515.040-95",
"image": "https://app.atendare.com/Account/Image/Index/No",
"image_min": "https://app.atendare.com/Account/Image/Index/No/30",
"show_name": "Nome exibido da companhia"
},
"contact_id": 10,
"contact": {
"id": 2,
"name": "Nome do contato",
"full_name": "Nome completo do contato",
"email": "[email protected]",
"phone": "55 9 99999999",
"document": "294.515.040-95",
"image": "https://image-url/image.png",
"image_min": "https://image-url/image.png",
"show_name": "Nome exibido do contato"
},
"pipeline_id": 1,
"pipeline": {
"id": 1,
"name": "Fluxo de qualificação"
},
"stage_id": 1,
"stage": {
"id": 1,
"name": "Qualificada",
"status": 2,
"percentage": 100
},
"last_stage_id": 3,
"source_id": 1,
"source": {
"id": 1,
"name": "Instagram"
},
"responsible_id": 5,
"responsible": {
"id": 5,
"name": "Nome do responsável",
"full_name": "Nome completo do responsável",
"email": "[email protected]",
"phone": "55 9 99999999",
"document": "294.515.040-95",
"image": "https://image-url/image.png",
"image_min": "https://image-url/image.png",
"show_name": "Nome exibido do responsável "
},
"author_id": 4,
"author": {
"id": 4,
"detail": "Nome do autor",
"type": 1,
"user_id": 5,
"automation_id": 300,
"form_id": 302,
"import_id": 32,
"user_uid": 323
},
"creation_date": "2022-03-22T19:26:05Z",
"update_date": "2022-03-22T19:26:51Z",
"lastupdate_stage": "2022-03-22T19:26:00Z",
"participants": [
{
"id": 0,
"opp_id": 0,
"person_id": 3,
"person": {
"id": 3,
"name": "Nome do participante",
"full_name": "Nome completo do participante",
"email": "[email protected]",
"phone": "55 9 99999999",
"document": "13.356.618/0001-30",
"image": "https://app.atendare.com/Account/Image/Index/Ma",
"image_min": "https://app.atendare.com/Account/Image/Index/Ma/30",
"show_name": "Nome exibido do participante"
},
"is_main": true,
"type_id": 1,
"type": 3
},
{
"id": 1,
"opp_id": 0,
"user_id": 3,
"user": {
"id": 3,
"name": "Nome do participante",
"full_name": "Nome completo do participante",
"email": "[email protected]",
"phone": "55 9 99999999",
"document": "13.356.618/0001-30",
"image": "https://app.atendare.com/Account/Image/Index/Ma",
"image_min": "https://app.atendare.com/Account/Image/Index/Ma/30",
"show_name": "Nome exibido do participante"
},
"is_main": true,
"type_id": 1,
"type": 3
}
],
"tags": [
{
"id": 3,
"name": "Nome da tag",
"color": "#ffffff"
}
]
}
}