post-crm-v3-objects-objtype-batch-read_read
Retrieve multiple HubSpot CRM objects in a single request using record IDs or a unique property value, returning the specified properties and their history.
Instructions
Read a batch of objects by internal ID, or unique property values. REQUIRES body parameter with object IDs and properties to retrieve. Example: {body: {inputs: [{"id": "123"}, {"id": "456"}], properties: ["firstname", "lastname", "email"], propertiesWithHistory: []}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items | |
| idProperty | No | When using a custom unique value property to retrieve records, the name of the property. Do not include this parameter if retrieving by record ID. | |
| objectType | Yes | Path parameter objectType | |
| properties | Yes | Key-value pairs for setting properties for the new object. | |
| propertiesWithHistory | Yes | Key-value pairs for setting properties for the new object and their histories. |