Batch

Jive provides a batch service for invoking multiple REST endpoints in a single call.

  • /executeBatch (BatchService) The RPC endpoint for making batch calls.
  • The entities below are used to marshal requests and responses.

  • BatchItem (BatchItem) An entry in a batch request.
  • BatchRequest (BatchRequest) The description of a single REST request within a BatchEntry.
  • BatchResponse (BatchResponse) Encapsulates a REST response.