Here you just need to add the custom object's internal name or the custom object's ID.
As some people have mentioned, they can only see metadata. To see additional data you need to specify the additional fields (internal name). See the picture below.
So, if you need other than these two scopes, select then. Then update your secret, because the scope is encoded in that key. And make sure to process.env your key in your serverless function and provide it in headers.
Here you just need to add the custom object's internal name or the custom object's ID.
As some people have mentioned, they can only see metadata. To see additional data you need to specify the additional fields (internal name). See the picture below.
Hey @cowles123 you are absolutely right. This is the right endpoint and one has to explicitly add all properties one wants to see. In the documentation one has to open "see all params" to find the properties param. Kind of weird ...
Hi guys, any update on this? /crm/v3/schemas/{objectTypeId} mentioned in the doc, is only providing the schema for the object - metadata. Tried to run crm/v3/objects/{objectTypeId} - provides very basic info about the object with created_time etc. - no actual data
What do you want to read? Do you need the name and ID? The association's between your custom object and other objects or simply all records the custom object has? If you check the docs, you can find all endpoints that you need. You also have a 'run in postman' option that imports a collection with great examples.
I would like to read the object data (not metadata) with all fields that avilabile in this object. Is there an option to read all the object data without providing specific ID?
You always need the ID of the custom object you are retrieving, you do not need the record ID. If you need all properties the object has, you can retrieve its schema. I am having issues opening the docs right now, but there is an example available in the overview of the docs.
Learn more about HubSpot by following me on LinkedIn or YouTube
✅ Did my answer solve your issue? Help the community by marking it as the solution.