Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 6.58 KB

getcompanyrequest.md

File metadata and controls

22 lines (17 loc) · 6.58 KB

GetCompanyRequest

Example Usage

import { GetCompanyRequest } from "mcp-hubspot/models/operations";

let value: GetCompanyRequest = {
  companyId: "<id>",
};

Fields

Field Type Required Description
companyId string ✔️ The ID of the company
properties string[] A comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored.
propertiesWithHistory string[] A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored.
associations string[] A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
archived boolean Whether to return only results that have been archived.
idProperty string The name of a property whose values are unique for this object