Skip to main content
GET
List saved goals for a student

Authorizations

Authorization
string
header
required

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

Path Parameters

studentId
string
required

Student sourcedId

Query Parameters

subject
string

Filter by subject

status
enum<string>

Filter by OneRoster lifecycle status

Available options:
active,
tobedeleted
goalStatus
enum<string>

Filter by goal status (active, completed, cancelled)

Available options:
active,
completed,
cancelled
goalType
enum<string>

Filter by goal type

Available options:
minimum,
percentile,
grade_mastery,
x_factor,
course,
ap_readiness
limit
integer

Max results (1-100, default 50)

Required range: 1 <= x <= 100
offset
integer

Results offset (default 0)

Required range: x >= 0

Response

Saved goals returned

studentId
string
required

Student sourcedId

goals
object[]
required
totalCount
integer
required

Total matching goals

Required range: x >= 0