Skip to main content
POST
Store a student report PDF

Authorizations

Authorization
string
header
required

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

Body

application/json
studentId
string
required

OneRoster student sourcedId

Minimum string length: 1
Example:

"student-alpha-001"

reportType
enum<string>
required

Report type. v1 supports end-of-week reports only.

Available options:
eow
Example:

"eow"

year
string
required

Report year

Pattern: ^\d{4}$
Example:

"2026"

period
string
required

End-of-week report week number, 1-53

Example:

"23"

contentBase64
string
required

Base64-encoded PDF content

Response

Report stored

data
object
required