Method: OpenapiClient::BatchesApi#get_batch_by_id

Defined in:
lib/openapi_client/api/batches_api.rb

#get_batch_by_id(batch_id, opts = {}) ⇒ GetBatchByIdResponseBody

Get Batch By ID Get Batch By ID

Parameters:

  • batch_id (String)

    Batch ID

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



311
312
313
314
# File 'lib/openapi_client/api/batches_api.rb', line 311

def get_batch_by_id(batch_id, opts = {})
  data, _status_code, _headers = get_batch_by_id_with_http_info(batch_id, opts)
  data
end