curl --request PATCH \
--url https://api.alpha-1edtech.ai/ap-readiness/goals/{goalId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"courseIds": [
"<string>"
],
"practiceTestCourseIds": [
"<string>"
],
"endDate": "<string>"
}
'{
"goal": {
"sourcedId": "<string>",
"status": "active",
"dateLastModified": "<string>",
"studentSourcedId": "<string>",
"subject": "AP Biology",
"goalType": "<string>",
"targetValue": "<string>",
"targetMetric": "<string>",
"paceType": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"goalStatus": "active",
"goalCreatedAt": "<string>",
"courseIds": [
"<string>"
],
"metadata": {
"practice_test_course_ids": [
"<string>"
]
},
"curriculumCourseIds": [
"<string>"
]
}
}Partially updates the tracked course set and/or exam date for an AP readiness goal.
curl --request PATCH \
--url https://api.alpha-1edtech.ai/ap-readiness/goals/{goalId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"courseIds": [
"<string>"
],
"practiceTestCourseIds": [
"<string>"
],
"endDate": "<string>"
}
'{
"goal": {
"sourcedId": "<string>",
"status": "active",
"dateLastModified": "<string>",
"studentSourcedId": "<string>",
"subject": "AP Biology",
"goalType": "<string>",
"targetValue": "<string>",
"targetMetric": "<string>",
"paceType": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"goalStatus": "active",
"goalCreatedAt": "<string>",
"courseIds": [
"<string>"
],
"metadata": {
"practice_test_course_ids": [
"<string>"
]
},
"curriculumCourseIds": [
"<string>"
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
AP readiness goal sourcedId
AP readiness goal updated
Show child attributes