Companies
A Company represents an organization a client, prospect, or partner. Companies can be linked to People, Opportunities, Notes, and Tasks.
POST
/rest/companiesGET
/rest/companies/{id}GET
/rest/companiesPATCH
/rest/companies/{id}DELETE
/rest/companies/{id}POST
/graphqlFilter Examples
filter=industry[ilike]:technology
filter=employees[gte]:50
filter=idealCustomerProfile[eq]:true
filter=annualRecurringRevenue.amountMicros[gt]:100000000000
filter=accountOwnerId[is]:NULL
filter=workPolicy[in]:[REMOTE_WORK]
filter=domainName.primaryLinkUrl[ilike]:acmecorp.comWas this page helpful?
Your feedback helps us improve our documentation.