reapit / foundations

Foundations platform mono repo
57 stars 22 forks source link

Billing for /contacts with embedded relationships #11384

Open au63 opened 2 months ago

au63 commented 2 months ago

Can anyone from reapit explain it to me regarding how the pricing work will for this endpoint? https://platform.reapit.cloud/contacts/?pageSize=100&embed=relationships assuming there is 1 relationship per contact, will it be: 1 request to contact + 1 request to relationship = 2 billable calls OR 1 request to contact + 100 requests to relationship = 101 billable calls?

HollyJoyPhillips commented 2 months ago

Hi @au63, this section in the documentation may help: https://foundations-documentation.reapit.cloud/faqs#embedding

au63 commented 2 months ago

Hi @au63, this section in the documentation may help: https://foundations-documentation.reapit.cloud/faqs#embedding

Thanks @HollyJoyPhillips But the example in that page only mentions regarding embedding appointments. Whereas I am aware that relationships are different because Reapit can only load relationships per entity (contact, company, applicant, etc.)

So, would be helpful in our decision making if we can get clarifications from the team specifically regarding embedding relationships.