post-crm-v3-properties-objtype-batch-read_read
Batch read properties for multiple HubSpot CRM objects by passing object IDs and a list of property names in the request body.
Instructions
Read a batch of properties. 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 | |
| archived | Yes | boolean parameter | |
| objectType | Yes | Path parameter objectType |