Hi,
I’m using node JS client to fetch deal and organization fields but it seems like the custom fields are not being returned. My x-corellation-id “e491a688-3c65-4311-8c97-95bd45ffb255”
Here is a sample response
{
"id": 1,
"name": "Qualified",
"add_time": "2025-01-15 16:37:06",
"order_nr": 0,
"active_flag": true,
"pipeline_id": 1,
"rotten_days": null,
"rotten_flag": false,
"update_time": null,
"pipeline_name": "Pipeline",
"deal_probability": 100,
"pipeline_deal_probability": false
},
{
"id": 2,
"name": "Contact Made",
"add_time": "2025-01-15 16:37:06",
"order_nr": 1,
"active_flag": true,
"pipeline_id": 1,
"rotten_days": null,
"rotten_flag": false,
"update_time": null,
"pipeline_name": "Pipeline",
"deal_probability": 100,
"pipeline_deal_probability": false
},
{
"id": 3,
"name": "Prospect Qualified",
"add_time": "2025-01-15 16:37:06",
"order_nr": 2,
"active_flag": true,
"pipeline_id": 1,
"rotten_days": null,
"rotten_flag": false,
"update_time": null,
"pipeline_name": "Pipeline",
"deal_probability": 100,
"pipeline_deal_probability": false
},
{
"id": 4,
"name": "Needs Defined",
"add_time": "2025-01-15 16:37:06",
"order_nr": 3,
"active_flag": true,
"pipeline_id": 1,
"rotten_days": null,
"rotten_flag": false,
"update_time": null,
"pipeline_name": "Pipeline",
"deal_probability": 100,
"pipeline_deal_probability": false
},
{
"id": 5,
"name": "Proposal Made",
"add_time": "2025-01-15 16:37:06",
"order_nr": 4,
"active_flag": true,
"pipeline_id": 1,
"rotten_days": null,
"rotten_flag": false,
"update_time": null,
"pipeline_name": "Pipeline",
"deal_probability": 100,
"pipeline_deal_probability": false
},
{
"id": 6,
"name": "Negotiations Started",
"add_time": "2025-01-15 16:37:06",
"order_nr": 5,
"active_flag": true,
"pipeline_id": 1,
"rotten_days": null,
"rotten_flag": false,
"update_time": null,
"pipeline_name": "Pipeline",
"deal_probability": 100,
"pipeline_deal_probability": false
}