Skip to main content
POST
Read saved daily XP targets for multiple students

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
studentIds
string[]
required

Non-empty list of student sourcedIds. IDs are trimmed and deduplicated before enforcing a maximum of 100 unique students. Duplicate entries are accepted. The caller must restrict the roster to students they are authorized to view.

Minimum array length: 1

After trimming surrounding whitespace, 1–128 characters from A-Za-z0-9._:-. The length bound applies to the trimmed ID.

Pattern: ^\s*[A-Za-z0-9._:-]{1,128}\s*$

Response

Saved targets and per-student errors

results
object
required
errors
object
required