get https://api.atendare.com/v2/tags//assignments
200 - OK
{
"total": 100,
"page_index": 0,
"page_size": 15,
"results": [
{
"id": 1,
"author_id": 1,
"product_id":1,
"opportunity_id":1,
"activity_id":1,
"tag_id": 2,
"tag": {
"id": 2,
"name": "Nome da tag",
"color": "#ffffff",
"status": 1,
"author_id": 1,
"creation_date": "2020-11-13T11:42:38Z",
"update_date": "2021-12-09T15:32:03Z"
},
"person_id": 1,
"person": {
"id": 1,
"name": "Nome da empresa ou contato",
"full_name": "Nome completo da empresa ou contato",
"email": "[email protected]",
"phone": "55 9 99999999",
"document": "294.515.040-95",
"site": "https://site.com",
"image": "https://image-url/image.png",
"image_min": "https://image-url/image.png",
"source_id": 1,
"parent_id": 1,
"responsible_id": 1,
"author_id": 1,
"type": 1,
"person_type": 1,
"life_cycle": 4,
"origin": 1,
"customer_date": "2022-03-22T19:26:00Z",
"creation_date": "2020-11-12T14:00:20Z",
"update_date": "2022-06-03T14:51:59Z",
"show_name": "Nome exibido da empresa ou contato"
},
"creation_date": "2020-11-26T19:26:54Z"
}
]
}