Hi
I just want to retreve All Line Items via the /crm/v3/objects/line_items API end point. The properties that I want is name, recurringbillingfrequency, price, and terms. I can manage name, recurringbillingfrequency, and price but terms are not availbale from the reponse? Is there anyone knows how to retreve the terms ?
Hey, @Shalitha
The fastest way to find the internal value for the property you want is to use the Properties API. You can make a request to this endpoint and filter the results on your end to find the property and its internal value.
GET /crm/v3/properties/{line_items}
When I ran a test request, it returned two properties that have `terms` in the title. You should be able to narrow it down from there.
Have fun building!— Jaycee