crm/v3/schemas
is returning
{
“results”: []
}
how can i recieve the default object in it at the very least
crm/v3/schemas
is returning
{
“results”: []
}
how can i recieve the default object in it at the very least
This endpoint will only return schemas for any custom objects in your portal. Have you created any custom objects? The result you should would indicate there aren’t any.
thanks for reply much apprecieted
is there an api to get predefined objects
Each object has it’s own set of API methods.
For example, to get:
contacts -- call the method: /crm/v3/objects/contacts
companies -- call the method: /crm/v3/objects/companies
deals -- call the method: /crm/v3/objects/deals
etc.
See docs here: Accounts Dashboard | HubSpot, Accounts Dashboard | HubSpot, Accounts Dashboard | HubSpot, etc.