Behavior Notes

A Behavior Note is a positive or negative report about an occurance about a student submitted by a teacher.

Get all behavior notes

get
/v2/behavior/notes

This endpoint retrieves all the available behavior notes for the School.

Authorizations
auth_tokenstringRequired

Your V2 API authentication token may be passed in the parameters. To protect your key, use environment variables.

Query parameters
modified_sincestringOptional

A timestamp to filter the modification date of results.

pagestringOptional

An integer defining which page to display.

per_pagestringOptional

An integer defining the number of records to display per page.

Responses
200

Success

application/json
get
/v2/behavior/notes
200

Success

Last updated

Was this helpful?