Notes
This API exposes endpoints for managing student notes.
Last updated
This API exposes endpoints for managing student notes.
Last updated
GET
https://api.afcreate.com/edu/v1/note/list
Retrieves all notes from the specified category or categories.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.afcreate.com/edu/v1/note
Retrieves a specific note by ID.
PUT
https://api.afcreate.com/edu/v1/note
Creates a note. The following parameters allow the API to automatically add additional metadata to a note: - if a lessonId is specified, the lesson's course ID is added. - if a classId is specified, the class's course ID is added. - if a studentId is specified, the student's user profile ID, class ID, and course IDs are added. When adding notes for the MOTAR Training Dashboard, you must include a student ID and a lesson ID.
POST
https://api.afcreate.com/edu/v1/note/remove
Deletes a note by ID.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
lessonId
string
A lessonId to which the desired notes are related.
userId
string
A user account ID to whom the notes are related.
classId
string
A class ID to which the notes are related.
studentId
string
A student ID to whom the notes are related.
courseId
string
A course ID to which the desired notes are related.
Authorization
string
Authentication token generated by login.
noteId
string
A note ID.
Authorization
string
Authentication token generated by login.
Authorization
string
Authentication token generated by login.
text
string
Text of note.
lessonId
string
ID of lesson to which this note refers.
userId
string
ID of user profile to whom this note refers.
classId
string
ID of class to which this note refers.
studentId
string
ID of student to whom this note refers.
courseId
string
ID of course to which this note refers.
Authorization
string
Authentication token generated by login.
noteId
string
A note ID.