APIs & Integrations

MPatakota
Member

List of properties for Company API

SOLVE

Hi all,

 

I am trying to extract all the default properties related to company API as a list.

 

I found a list for contacts API in this community which was super helpful

properties = ["company_size","date_of_birth","degree","field_of_study","gender","graduation_date","hs_content_membership_notes","hs_content_membership_status","hs_facebook_ad_clicked","hs_facebookid","hs_google_click_id","hs_googleplusid","hs_lead_status","hs_legal_basis","hs_linkedinid","hs_twitterid","job_function","marital_status","military_status","relationship_status","school","seniority","start_date","work_email","firstname","twitterhandle","followercount","lastname","salutation","twitterprofilephoto","email","hs_persona","fax","address","hubspot_owner_id","city","linkedinbio","twitterbio","state","hs_analytics_source","zip","country","linkedinconnections","hs_language","kloutscoregeneral","jobtitle","photo","message","closedate","lifecyclestage","company","website","numemployees","annualrevenue","industry","associatedcompanyid"
]
Can I get a similar one for other crm objects?
0 Upvotes
1 Accepted solution
Jaycee_Lewis
Solution
Community Manager
Community Manager

List of properties for Company API

SOLVE

Hey, @MPatakota! Welcome to our community. You can use the Properties API to return all properties for a specific object – Deal, Company, etc. 

 

You'll make a request to the Read all properties endpoint

GET /crm/v3/properties/{objectType}

 

Have fun building! — Jaycee


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !

View solution in original post

0 Upvotes
1 Reply 1
Jaycee_Lewis
Solution
Community Manager
Community Manager

List of properties for Company API

SOLVE

Hey, @MPatakota! Welcome to our community. You can use the Properties API to return all properties for a specific object – Deal, Company, etc. 

 

You'll make a request to the Read all properties endpoint

GET /crm/v3/properties/{objectType}

 

Have fun building! — Jaycee


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes