File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ $hubspot->crm()->contacts()->basicApi()->archive($contactId);
144144#### Get custom objects page
145145
146146``` php
147- $hubspot->crm()->objects()->basicApi()->getPage(HubSpot\Crm\ObjectType::CONTACTS )
147+ $hubspot->crm()->objects()->basicApi()->getPage($objectType )
148148```
149149
150150#### File uploading
Original file line number Diff line number Diff line change 44
55class ObjectType
66{
7- public const CONTACTS = 'contacts ' ;
87 public const COMPANIES = 'companies ' ;
8+ public const CONTACTS = 'contacts ' ;
99 public const DEALS = 'deals ' ;
10+ public const TICKETS = 'tickets ' ;
11+ public const APPOINTMENTS = 'appointments ' ;
12+ public const CALLS = 'calls ' ;
13+ public const COMMUNICATIONS = 'communications ' ;
14+ public const COURSES = 'courses ' ;
15+ public const EMAILS = 'emails ' ;
16+ public const FEEDBACK_SUBMISSIONS = 'feedback_submissions ' ;
17+ public const INVOICES = 'invoices ' ;
18+ public const LEADS = 'leads ' ;
1019 public const LINE_ITEMS = 'line_items ' ;
20+ public const MEETINGS = 'meetings ' ;
21+ public const NOTES = 'notes ' ;
22+ public const ORDERS = 'order ' ;
23+ public const PAYMENTS = 'commerce_payments ' ;
24+ public const POSTAL_MAIL = 'postal_mail ' ;
1125 public const PRODUCTS = 'products ' ;
12- public const TICKETS = 'tickets ' ;
1326 public const QUOTES = 'quotes ' ;
27+ public const SUBSCRIPTIONS = 'subscriptions ' ;
28+ public const TASKS = 'tasks ' ;
29+ public const USERS = 'users ' ;
1430}
You can’t perform that action at this time.
0 commit comments