Call several Blackboard endpoints at once
bb_batch_requestBatch up to 20 Blackboard read requests into one round trip to reduce overhead when gathering data across courses.
Instructions
Fans out up to 20 GET reads in a single round trip using Blackboard's own batch endpoint. Paths are version-relative, e.g. "v1/courses/_12345_1/groups". Much cheaper than repeated bb_raw_request calls when gathering the same data across many courses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Version-relative paths, e.g. ["v1/users/me", "v1/terms"]. | |
| maxChars | No | Default 15000. |