Hubspot only get Numbers and letters an not the Value

Why Can’t I See Proper Deal Information in HubSpot via n8n?

Hi everyone,

I’m working with n8n to search for HubSpot deals and view their details. However, I’ve noticed that I’m not getting all the expected information. For example, when I check the date field, I only see what seems to be arbitrary numbers instead of a proper date format.

It’s only after passing the data through a node to extract the date that I can see it displayed correctly. Similarly, I’ve created a test deal, and when I retrieve it, I only get the deal name and can’t read any other useful information from it.

Does anyone know why this happens or how I can fix it? See the image below for reference.

  • n8n version: 1.72.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: linux

Thanks in advance for your help!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hi @Philipp1

Welcome to the community! The date returned seems to be expressed in unix timestamp as that’s probably what’s provided from the API. As you mentioned:

It’s only after passing the data through a node to extract the date that I can see it displayed correctly.

By using our date&time node you’re able to transform the date to your desired format, does this work for you?

Similarly, I’ve created a test deal, and when I retrieve it, I only get the deal name and can’t read any other useful information from it.

Can you share an example of the JSON output from the node vs what you were expecting to see? Is your expectation that the node should work differently?

I never used the hubspot node before so I don’t know if the output recently changed or it has always been this way.

Thanks!

HI looks like if i understand it right you are UPDATING DEAL properties from n8n => HUBSPOT. If this is the case you must need to Transform DATA to HubSpot Schema . + info New Standardization of date formats for HubSpot's Form Submissions API

Hey, @gualter sry for the late answer.

I was expecting that when I execute the “Deal Get by ID” node in n8n, I would be able to see information such as:

  • Who created the deal
  • Which company is associated with the deal (in my test case, it should be the company “Google”)
  • The contacts linked to that company, including details like name, email, and other associated data

My goal is to execute this workflow whenever a deal is created or when a quote is generated.

Additionally, if a quote is created, is it possible to retrieve the quote number? If so, how can this be done?

I’ve attached the JSON response I receive when running “Get Deal by ID,” but I can’t find the information mentioned above in it.

Can someone help me understand why these details are missing or how I can retrieve them?

Thanks in advance!

Message to long thats why i split it.

[
{
“portalId”: 25077488,
“dealId”: 77749137620,
“isDeleted”: false,
“associations”: {
“associatedVids”: [
135958958272
],
“associatedCompanyIds”: [
12816447717
],
“associatedDealIds”: ,
“associatedTicketIds”:
},
“properties”: {
“hs_v2_date_entered_115802344”: {
“value”: “1734600537050”,
“timestamp”: 1734600537050,
“source”: “CALCULATED”,
“sourceId”: “StageCalculatedPropertiesRollup”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_v2_date_entered_115802344”,
“value”: “1734600537050”,
“timestamp”: 1734600537050,
“sourceId”: “StageCalculatedPropertiesRollup”,
“source”: “CALCULATED”,
“sourceVid”: ,
“persistenceTimestamp”: 1734600547168
}
]
},
“hs_is_open_count”: {
“value”: “0”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_is_open_count”,
“value”: “0”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“dealname”: {
“value”: “Google - Test Deal”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “dealname”,
“value”: “Google - Test Deal”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_all_accessible_team_ids”: {
“value”: “26127278”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_all_accessible_team_ids”,
“value”: “26127278”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_is_in_first_deal_stage”: {
“value”: “false”,
“timestamp”: 1734601212187,
“source”: “INTERNAL_PROCESSING”,
“sourceId”: “DealStageProcessor:userId:Optional.empty”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_is_in_first_deal_stage”,
“value”: “false”,
“timestamp”: 1734601212187,
“sourceId”: “DealStageProcessor:userId:Optional.empty”,
“source”: “INTERNAL_PROCESSING”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“num_associated_contacts”: {
“value”: “1”,
“timestamp”: 1734600692273,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “num_associated_contacts”,
“value”: “1”,
“timestamp”: 1734600692273,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“persistenceTimestamp”: 1734600695022
}
]
},
“hs_forecast_amount”: {
“value”: “20”,
“timestamp”: 1734600537050,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_forecast_amount”,
“value”: “20”,
“timestamp”: 1734600537050,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“createdate”: {
“value”: “1734600528085”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “createdate”,
“value”: “1734600528085”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_is_closed”: {
“value”: “true”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_is_closed”,
“value”: “true”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_num_of_associated_line_items”: {
“value”: “1”,
“timestamp”: 1734600859849,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_num_of_associated_line_items”,
“value”: “1”,
“timestamp”: 1734600859849,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_deal_stage_probability”: {
“value”: “1”,
“timestamp”: 1734601212271,
“source”: “CALCULATED”,
“sourceId”: “DealStageProbabilityHandler”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_deal_stage_probability”,
“value”: “1”,
“timestamp”: 1734601212271,
“sourceId”: “DealStageProbabilityHandler”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“days_to_close”: {
“value”: “0”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “days_to_close”,
“value”: “0”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“bis”: {
“value”: “1751241600000”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “bis”,
“value”: “1751241600000”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_deal_stage_probability_shadow”: {
“value”: “1”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_deal_stage_probability_shadow”,
“value”: “1”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_manual_forecast_category”: {
“value”: “CLOSED”,
“timestamp”: 1734601216528,
“source”: “AUTOMATION_PLATFORM”,
“sourceId”: “enrollmentId:1497046062326;actionExecutionIndex:1”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_manual_forecast_category”,
“value”: “CLOSED”,
“timestamp”: 1734601216528,
“sourceId”: “enrollmentId:1497046062326;actionExecutionIndex:1”,
“source”: “AUTOMATION_PLATFORM”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_analytics_latest_source_timestamp”: {
“value”: “1734600660000”,
“timestamp”: 1734600694061,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_analytics_latest_source_timestamp”,
“value”: “1734600660000”,
“timestamp”: 1734600694061,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hubspot_owner_id”: {
“value”: “1661976512”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hubspot_owner_id”,
“value”: “1661976512”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_object_source_id”: {
“value”: “userId:69430423”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_object_source_id”,
“value”: “userId:69430423”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_created_by_user_id”: {
“value”: “69430423”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_created_by_user_id”,
“value”: “69430423”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_acv”: {
“value”: “21.00”,
“timestamp”: 1734600859849,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_acv”,
“value”: “21.00”,
“timestamp”: 1734600859849,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_v2_date_exited_115802344”: {
“value”: “1734601211907”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “StageCalculatedPropertiesRollup”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_v2_date_exited_115802344”,
“value”: “1734601211907”,
“timestamp”: 1734601211907,
“sourceId”: “StageCalculatedPropertiesRollup”,
“source”: “CALCULATED”,
“sourceVid”: ,
“persistenceTimestamp”: 1734601216242
}
]
},
“hs_projected_amount”: {
“value”: “20”,
“timestamp”: 1734601212271,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_projected_amount”,
“value”: “20”,
“timestamp”: 1734601212271,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_analytics_latest_source_data_2_contact”: {
“value”: “userId:69430423”,
“timestamp”: 1734600694177,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_analytics_latest_source_data_2_contact”,
“value”: “userId:69430423”,
“timestamp”: 1734600694177,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_projected_amount_in_home_currency”: {
“value”: “20”,
“timestamp”: 1734601212271,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_projected_amount_in_home_currency”,
“value”: “20”,
“timestamp”: 1734601212271,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_analytics_latest_source_timestamp_company”: {
“value”: “1720920960000”,
“timestamp”: 1734600859075,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_analytics_latest_source_timestamp_company”,
“value”: “1720920960000”,
“timestamp”: 1734600859075,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“persistenceTimestamp”: 1734600860344
}
]
},
“hs_is_closed_won”: {
“value”: “true”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_is_closed_won”,
“value”: “true”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_num_associated_active_deal_registrations”: {
“value”: “0”,
“timestamp”: 1734600537871,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_num_associated_active_deal_registrations”,
“value”: “0”,
“timestamp”: 1734600537871,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_open_deal_create_date”: {
“value”: “0”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_open_deal_create_date”,
“value”: “0”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_num_associated_deal_splits”: {
“value”: “0”,
“timestamp”: 1734600537879,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_num_associated_deal_splits”,
“value”: “0”,
“timestamp”: 1734600537879,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“dealstage”: {
“value”: “closedwon”,
“timestamp”: 1734601211907,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “dealstage”,
“value”: “closedwon”,
“timestamp”: 1734601211907,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_object_id”: {
“value”: “77749137620”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_object_id”,
“value”: “77749137620”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_analytics_latest_source”: {
“value”: “OFFLINE”,
“timestamp”: 1734600538026,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_analytics_latest_source”,
“value”: “OFFLINE”,
“timestamp”: 1734600538026,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_updated_by_user_id”: {
“value”: “69430423”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_updated_by_user_id”,
“value”: “69430423”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_closed_deal_create_date”: {
“value”: “1734600528085”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_closed_deal_create_date”,
“value”: “1734600528085”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_mrr”: {
“value”: “0.00”,
“timestamp”: 1734600859849,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_mrr”,
“value”: “0.00”,
“timestamp”: 1734600859849,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_closed_amount_in_home_currency”: {
“value”: “20”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_closed_amount_in_home_currency”,
“value”: “20”,
“timestamp”: 1734601211907,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“requestId”: “70ba914f-e5ac-4226-959e-4b64fb257318”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_v2_date_entered_closedwon”: {
“value”: “1734601211907”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “StageCalculatedPropertiesRollup”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_v2_date_entered_closedwon”,
“value”: “1734601211907”,
“timestamp”: 1734601211907,
“sourceId”: “StageCalculatedPropertiesRollup”,
“source”: “CALCULATED”,
“sourceVid”: ,
“persistenceTimestamp”: 1734601216242
}
]
},
“hs_analytics_latest_source_contact”: {
“value”: “OFFLINE”,
“timestamp”: 1734600694177,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_analytics_latest_source_contact”,
“value”: “OFFLINE”,
“timestamp”: 1734600694177,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_num_associated_deal_registrations”: {
“value”: “0”,
“timestamp”: 1734600537849,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_num_associated_deal_registrations”,
“value”: “0”,
“timestamp”: 1734600537849,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_all_team_ids”: {
“value”: “26127278”,
“timestamp”: 1734600537050,
“source”: “CRM_UI”,
“sourceId”: “userId:69430423”,
“updatedByUserId”: 69430423,
“versions”: [
{
“name”: “hs_all_team_ids”,
“value”: “26127278”,
“timestamp”: 1734600537050,
“sourceId”: “userId:69430423”,
“source”: “CRM_UI”,
“sourceVid”: ,
“requestId”: “c9e50a7f-68a5-40f5-bc09-527317ff6606”,
“updatedByUserId”: 69430423,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_analytics_latest_source_data_2”: {
“value”: “userId:69430423”,
“timestamp”: 1734600694061,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_analytics_latest_source_data_2”,
“value”: “userId:69430423”,
“timestamp”: 1734600694061,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_v2_cumulative_time_in_115802344”: {
“value”: “674857”,
“timestamp”: 1734601211907,
“source”: “CALCULATED”,
“sourceId”: “StageCalculatedPropertiesRollup”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_v2_cumulative_time_in_115802344”,
“value”: “674857”,
“timestamp”: 1734601211907,
“sourceId”: “StageCalculatedPropertiesRollup”,
“source”: “CALCULATED”,
“sourceVid”: ,
“persistenceTimestamp”: 1734601216242
}
]
},
“hs_tcv”: {
“value”: “21.00”,
“timestamp”: 1734600859849,
“source”: “CALCULATED”,
“sourceId”: “RollupProperties”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_tcv”,
“value”: “21.00”,
“timestamp”: 1734600859849,
“sourceId”: “RollupProperties”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},
“hs_analytics_latest_source_data_1”: {
“value”: “CRM_UI”,
“timestamp”: 1734600694061,
“source”: “CALCULATED”,
“sourceId”: “CalculatedPropertyComputer”,
“updatedByUserId”: null,
“versions”: [
{
“name”: “hs_analytics_latest_source_data_1”,
“value”: “CRM_UI”,
“timestamp”: 1734600694061,
“sourceId”: “CalculatedPropertyComputer”,
“source”: “CALCULATED”,
“sourceVid”: ,
“useTimestampAsPersistenceTimestamp”: true
}
]
},

second half:

  "amount_in_home_currency": {
    "value": "20",
    "timestamp": 1734600537050,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "amount_in_home_currency",
        "value": "20",
        "timestamp": 1734600537050,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_analytics_latest_source_data_1_company": {
    "value": "BCC_TO_CRM",
    "timestamp": 1734600537899,
    "source": "CALCULATED",
    "sourceId": "RollupProperties",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_analytics_latest_source_data_1_company",
        "value": "BCC_TO_CRM",
        "timestamp": 1734600537899,
        "sourceId": "RollupProperties",
        "source": "CALCULATED",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_object_source_label": {
    "value": "CRM_UI",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_object_source_label",
        "value": "CRM_UI",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hubspot_team_id": {
    "value": "26127278",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hubspot_team_id",
        "value": "26127278",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_analytics_latest_source_company": {
    "value": "OFFLINE",
    "timestamp": 1734600537899,
    "source": "CALCULATED",
    "sourceId": "RollupProperties",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_analytics_latest_source_company",
        "value": "OFFLINE",
        "timestamp": 1734600537899,
        "sourceId": "RollupProperties",
        "source": "CALCULATED",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_closed_amount": {
    "value": "20",
    "timestamp": 1734601211907,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_closed_amount",
        "value": "20",
        "timestamp": 1734601211907,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "70ba914f-e5ac-4226-959e-4b64fb257318",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_arr": {
    "value": "0.00",
    "timestamp": 1734600859849,
    "source": "CALCULATED",
    "sourceId": "RollupProperties",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_arr",
        "value": "0.00",
        "timestamp": 1734600859849,
        "sourceId": "RollupProperties",
        "source": "CALCULATED",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_analytics_source": {
    "value": "OFFLINE",
    "timestamp": 1734600694048,
    "source": "DEALS",
    "sourceId": "deal sync triggered by vid=135958958272",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_analytics_source",
        "value": "OFFLINE",
        "timestamp": 1734600694048,
        "sourceId": "deal sync triggered by vid=135958958272",
        "source": "DEALS",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_closed_deal_close_date": {
    "value": "1734601211907",
    "timestamp": 1734601211907,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_closed_deal_close_date",
        "value": "1734601211907",
        "timestamp": 1734601211907,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "70ba914f-e5ac-4226-959e-4b64fb257318",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_createdate": {
    "value": "1734600537050",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_createdate",
        "value": "1734600537050",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_is_deal_split": {
    "value": "false",
    "timestamp": 1734600537050,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_is_deal_split",
        "value": "false",
        "timestamp": 1734600537050,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_num_target_accounts": {
    "value": "0",
    "timestamp": 1734600537899,
    "source": "CALCULATED",
    "sourceId": "RollupProperties",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_num_target_accounts",
        "value": "0",
        "timestamp": 1734600537899,
        "sourceId": "RollupProperties",
        "source": "CALCULATED",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_closed_won_date": {
    "value": "1734601211907",
    "timestamp": 1734601211907,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_closed_won_date",
        "value": "1734601211907",
        "timestamp": 1734601211907,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "70ba914f-e5ac-4226-959e-4b64fb257318",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_all_owner_ids": {
    "value": "1661976512",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_all_owner_ids",
        "value": "1661976512",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_closed_won_count": {
    "value": "1",
    "timestamp": 1734601211907,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_closed_won_count",
        "value": "1",
        "timestamp": 1734601211907,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "70ba914f-e5ac-4226-959e-4b64fb257318",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_analytics_latest_source_data_1_contact": {
    "value": "CRM_UI",
    "timestamp": 1734600694177,
    "source": "CALCULATED",
    "sourceId": "RollupProperties",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_analytics_latest_source_data_1_contact",
        "value": "CRM_UI",
        "timestamp": 1734600694177,
        "sourceId": "RollupProperties",
        "source": "CALCULATED",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "dealtype": {
    "value": "newbusiness",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "dealtype",
        "value": "newbusiness",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "amount": {
    "value": "20",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "amount",
        "value": "20",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true,
        "unit": "EUR"
      }
    ]
  },
  "closedate": {
    "value": "1734601211907",
    "timestamp": 1734601211907,
    "source": "INTERNAL_PROCESSING",
    "sourceId": "close-date-automation",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "closedate",
        "value": "1734601211907",
        "timestamp": 1734601211907,
        "sourceId": "close-date-automation",
        "source": "INTERNAL_PROCESSING",
        "sourceVid": [],
        "requestId": "70ba914f-e5ac-4226-959e-4b64fb257318",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_is_closed_lost": {
    "value": "false",
    "timestamp": 1734600537050,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_is_closed_lost",
        "value": "false",
        "timestamp": 1734600537050,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_analytics_latest_source_timestamp_contact": {
    "value": "1734600660000",
    "timestamp": 1734600694177,
    "source": "CALCULATED",
    "sourceId": "RollupProperties",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_analytics_latest_source_timestamp_contact",
        "value": "1734600660000",
        "timestamp": 1734600694177,
        "sourceId": "RollupProperties",
        "source": "CALCULATED",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_user_ids_of_all_owners": {
    "value": "69430423",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_user_ids_of_all_owners",
        "value": "69430423",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_all_assigned_business_unit_ids": {
    "value": "0",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_all_assigned_business_unit_ids",
        "value": "0",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_attributed_team_ids": {
    "value": "26127278",
    "timestamp": 1734600537538,
    "source": "API",
    "sourceId": null,
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_attributed_team_ids",
        "value": "26127278",
        "timestamp": 1734600537538,
        "source": "API",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "pipeline": {
    "value": "default",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "pipeline",
        "value": "default",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "deal_currency_code": {
    "value": "EUR",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "deal_currency_code",
        "value": "EUR",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_lastmodifieddate": {
    "value": "1734601216530",
    "timestamp": 1734601216530,
    "source": "AUTOMATION_PLATFORM",
    "sourceId": "enrollmentId:1497046062326;actionExecutionIndex:1",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_lastmodifieddate",
        "value": "1734601216530",
        "timestamp": 1734601216530,
        "sourceId": "enrollmentId:1497046062326;actionExecutionIndex:1",
        "source": "AUTOMATION_PLATFORM",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hubspot_owner_assigneddate": {
    "value": "1734600537050",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hubspot_owner_assigneddate",
        "value": "1734600537050",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_v2_latest_time_in_115802344": {
    "value": "674857",
    "timestamp": 1734601211907,
    "source": "CALCULATED",
    "sourceId": "StageCalculatedPropertiesRollup",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_v2_latest_time_in_115802344",
        "value": "674857",
        "timestamp": 1734601211907,
        "sourceId": "StageCalculatedPropertiesRollup",
        "source": "CALCULATED",
        "sourceVid": [],
        "persistenceTimestamp": 1734601216242
      }
    ]
  },
  "hs_object_source": {
    "value": "CRM_UI",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_object_source",
        "value": "CRM_UI",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_analytics_source_data_2": {
    "value": "userId:69430423",
    "timestamp": 1734600694048,
    "source": "DEALS",
    "sourceId": "deal sync triggered by vid=135958958272",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_analytics_source_data_2",
        "value": "userId:69430423",
        "timestamp": 1734600694048,
        "sourceId": "deal sync triggered by vid=135958958272",
        "source": "DEALS",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_object_source_user_id": {
    "value": "69430423",
    "timestamp": 1734600537050,
    "source": "CRM_UI",
    "sourceId": "userId:69430423",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_object_source_user_id",
        "value": "69430423",
        "timestamp": 1734600537050,
        "sourceId": "userId:69430423",
        "source": "CRM_UI",
        "sourceVid": [],
        "requestId": "c9e50a7f-68a5-40f5-bc09-527317ff6606",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_is_closed_count": {
    "value": "1",
    "timestamp": 1734601211907,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_is_closed_count",
        "value": "1",
        "timestamp": 1734601211907,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "70ba914f-e5ac-4226-959e-4b64fb257318",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_analytics_source_data_1": {
    "value": "CRM_UI",
    "timestamp": 1734600694048,
    "source": "DEALS",
    "sourceId": "deal sync triggered by vid=135958958272",
    "updatedByUserId": null,
    "versions": [
      {
        "name": "hs_analytics_source_data_1",
        "value": "CRM_UI",
        "timestamp": 1734600694048,
        "sourceId": "deal sync triggered by vid=135958958272",
        "source": "DEALS",
        "sourceVid": [],
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  },
  "hs_days_to_close_raw": {
    "value": "0.007915",
    "timestamp": 1734601211907,
    "source": "CALCULATED",
    "sourceId": "CalculatedPropertyComputer",
    "updatedByUserId": 69430423,
    "versions": [
      {
        "name": "hs_days_to_close_raw",
        "value": "0.007915",
        "timestamp": 1734601211907,
        "sourceId": "CalculatedPropertyComputer",
        "source": "CALCULATED",
        "sourceVid": [],
        "requestId": "70ba914f-e5ac-4226-959e-4b64fb257318",
        "updatedByUserId": 69430423,
        "useTimestampAsPersistenceTimestamp": true
      }
    ]
  }
},
"stateChanges": []

}
]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.