When trying to fetch properties data for calls, meetings or emails, I can only view a limited list of properties fields but not the full amount of fields as shown in the documentation.
See below for the example shown in the documentation
{
"properties": {
"hs_timestamp": "2021-03-17T01:32:44.872Z",
"hs_call_title": "Discovery call",
"hubspot_owner_id": "11349275740",
"hs_call_body": " Decision maker out, will call back tomorrow",
"hs_call_duration": "3800",
"hs_call_from_number": "(857) 829 5489",
"hs_call_to_number": "(509) 999 9999",
"hs_call_recording_url": "https://api.twilio.com/2010-04-01/Accounts/AC890b8e6fbe0d989bb9158e26046a8dde/Recordings/RE3079ac919116b2d22",
"hs_call_status": "COMPLETED"
However when capturing the calls through the API, I only receive the following properties fields. (Shown below)
{‘hs_createdate’ ‘hs_lastmodifieddate’, ‘hs_object_id’}
Can it be please explained why I am currently viewing only a few properties fields?