CompanyOrderField
The possible fields to order companies by.
enum CompanyOrderField {
CONTACT_COUNT
CONVERSATION_COUNT
CREATED_AT
DOMAIN
NAME
UPDATED_AT
}
Values
CompanyOrderField.CONTACT_COUNT
Orders by the number of contacts within the company.
CompanyOrderField.CONVERSATION_COUNT
Orders by the number of conversations within the company.
CompanyOrderField.CREATED_AT
Orders by the date that the company was created.
CompanyOrderField.DOMAIN
Orders by the company's primary domain.
CompanyOrderField.NAME
Orders by the company name.
CompanyOrderField.UPDATED_AT
Orders by the date that the company was last updated.
Member of
CompanyOrder input