List of properties for Company API

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?

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