Deals
Get a deal
get/crm/deals/{id}
Path parameters
idstring required
Response
Returns the deal by id
Example response
{
"linkedCompaniesIds": [
"61a5ce58c5d4795761045990",
"61a5ce58c5d4795761045991",
"61a5ce58c5d4795761045992"
],
"linkedContactsIds": [
1,
2,
3
],
"attributes": {
"deal_name": "testname",
"deal_owner": "6093d2425a9b436e9519d034",
"amount": 12,
"pipeline": "6093d296ad1e9c5cf2140a58",
"deal_stage": "9e577ff7-8e42-4ab3-be26-2b5e01b42518",
"stage_updated_at": "2022-05-30T07:42:05.671Z",
"created_at": "2022-05-30T07:42:05.671Z",
"number_of_contacts": 1,
"last_updated_date": "2022-06-06T08:38:36.761Z",
"last_activity_date": "2022-06-06T08:38:36.000Z",
"number_of_activities": 0
},
"id": "629475917295261d9b1f4403"
}