post-crm-v3-objects-quotes-batch-read_read
Read multiple quote records in one API call by providing their IDs or custom unique property values. Specify which properties to retrieve, optionally including history and archived records.
Instructions
Read a batch of quotes 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 | |
| archived | No | Whether to return only results that have been archived. | |
| 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. | |
| 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. |