get_batch_details: Get Details of a particular batch

Description Usage Arguments Value References Examples

View source: R/get_batch_details.R

Description

Get details such as who the batch was created by, user id of the creator, name of the batch, whether or not the batch has been submitted for processing, files in the batch, etc.

Usage

1
get_batch_details(batch_id = "", ...)

Arguments

batch_id

ID for the batch

...

Additional arguments passed to captr_GET.

Value

list of length 26.

References

https://shreddr.captricity.com/developer/api-reference/#v1-batch

Examples

1
2
3
4
## Not run: 
get_batch_details("batch_id")

## End(Not run)

soodoku/captr documentation built on May 30, 2019, 6:28 a.m.