get https://example.com/events/
Returns the specific event
Guaranteed fields
Field name | Description | Format |
---|---|---|
| Globally unique and stable id for event created by Clever. | ObjectID |
| Time of the event. | Date (UTC time in W3C Date Time Format: YYYY-MM-DDTHH:MM:SS.SSSZ.) |
| Type of event. Format is resource.modification. | String ("{resource}.{modification}" format. Possible resources are ["schools","students","sections","teachers", "schooladmins"]. Possible modifications are ["created","updated","deleted"]. |
| Event "data" field contains the resource (school, student, section, teacher) that was created or updated. | Varies |
Optional fields
Field name | Description | Format |
---|---|---|
| For events of the "updated" type, the previous_attributes field shows the prior value of the field or fields that have changed. | Varies |