get-crm-v3-objects-line_items-var_var
Retrieve a HubSpot line item by its ID with optional filters for properties, associations, and history. Use the archived flag to include archived records.
Instructions
Read
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | Whether to return only results that have been archived. | |
| idProperty | No | The name of a property whose values are unique for this object | |
| lineItemId | Yes | Path parameter lineItemId | |
| properties | No | 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. | |
| associations | No | 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. | |
| propertiesWithHistory | No | 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. |