Activity Forums Salesforce® Discussions What is meant by bulk API in Salesforce?

  • Shweta

    Member
    April 3, 2020 at 2:50 pm

    Bulk API: It is a specialized RESTful API for loading and querying lots of data ( 50,000 records or more) at once. This API is asynchronous, that means you can submit a request and come back later for the results. This approach is the preferred one when dealing with large amounts of data.

  • Pooja

    Member
    April 3, 2020 at 5:04 pm

    This API is asynchronous, that means you can submit a request and come back later for the results.

  • Shubham

    Member
    April 3, 2020 at 6:22 pm

    Bulk API is based on REST principles and is optimized for loading or deleting large sets of data. You can use it to query, queryAll, insert, update, upsert, or delete many records asynchronously by submitting batches. Salesforce processes batches in the background.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos