• tom Azizi
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi there, 

I developed a test project to sync my DB with salesforce Users table with REST API. For this test I just had 5 users. I want to know how many users I can read within one request?  what is the optimum number of records we can get per HTTP request in regular rest API? 
How can I realize that Bulk API is better feature for me to use (considering I just need to work with User table in SF)

Appreciate your help

P.S Most links in Bulk API page doesn't work: e.g Auick Start and Sample Code https://developer.salesforce.com/page/Bulk_API
Hi there, 

I developed a test project to sync my DB with salesforce Users table with REST API. For this test I just had 5 users. I want to know how many users I can read within one request?  what is the optimum number of records we can get per HTTP request in regular rest API? 
How can I realize that Bulk API is better feature for me to use (considering I just need to work with User table in SF)

Appreciate your help