Buscar nota

GET - 200

{
	"success": true,
	"data": {
		"id": 1,
		"event_id": 1,
		"message": "My note message",
		"author_id": 1,
		"author": {
			"id": 1,
			"detail": "Token",
			"type": 3,
			"user_id": null,
			"automation_id": null,
			"form_id": null,
			"import_id": null,
			"user_uid": null,
			"user": null
		},
		"creation_date": "2022-11-29T17:14:44Z",
		"update_date": "2022-11-29T17:14:44Z",
		"assignments": [
			{
				"id": 1,
				"event_id": 1,
				"contact_id": 1,
				"contact": {
					"emails": null,
					"phones": null,
					"life_cycle": 0,
					"persontype": 0,
					"birth_date": null,
					"url": null,
					"type": 0,
					"creation_date": null,
					"id": 1,
					"name": null,
					"full_name": "Contact Name",
					"email": null,
					"phone": null,
					"document": null,
					"image": "https://app.atendare.com/Account/Image/Index/Me",
					"image_min": "https://app.atendare.com/Account/Image/Index/Me/30",
					"show_name": "Contact Name"
				},
				"company_id": null,
				"company": null,
				"deal_id": null,
				"deal": null,
				"qualification_id": null,
				"qualification": null,
				"budget_id": null,
				"budget": null,
				"agreement_id": null,
				"agreement": null,
				"creation_date": null,
				"key": "contact_1"
			}
		],
	}
}
Language
Click Try It! to start a request and see the response here!