function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sunil PalSunil Pal 

Rest Api Limts

Hi All,

1 -Is there any limits governing for rest api callout while its transferring data to other service?
Like I have SF org and one is Heroku Web app. If I am sending request from Heroku to Sf so is there any limitation comes while sending data ?
2- If I am posting some data on SF from Heroku so is there any limitation hits like size of content etc.

Please let me know if anyone know this.

Thanks in advance
Best Answer chosen by Sunil Pal
Grazitti TeamGrazitti Team
Hi Sunil,

I have found some links that migth be useful for you. Please find below:
  • https://developer.salesforce.com/forums/ForumsMain?id=906F00000009ABhIAM
  • https://help.salesforce.com/HTViewHelpDoc?id=integrate_api_rate_limiting.htm
Please Mark this as Best Answer if it helps you

Regards,
Grazitti Team
Web: www.grazitti.com
Email: sfdc@grazitti.com

All Answers

Grazitti TeamGrazitti Team
Hi Sunil,

I have found some links that migth be useful for you. Please find below:
  • https://developer.salesforce.com/forums/ForumsMain?id=906F00000009ABhIAM
  • https://help.salesforce.com/HTViewHelpDoc?id=integrate_api_rate_limiting.htm
Please Mark this as Best Answer if it helps you

Regards,
Grazitti Team
Web: www.grazitti.com
Email: sfdc@grazitti.com
This was selected as the best answer
Sunil PalSunil Pal
Thanks Grazitti Team. Those links are very much clear to me. I got another use case by seeing those links.