There are several date fields that are exposed in the student endpoint API, which can have different values. This article will explain these many fields.
There are two dates for every possible status: pending, admitted, enrolled, withdrawn, graduated. There is a date with status name and _at
and the status name and _date
. These two dates are the same, except that one has the time information and the other does not.
Field name | Example Value |
enrolled_at |
2017-04-26T11:52:12.000Z
|
enrolled_date |
2017-04-26 |
There are two other fields "enrollment_date" and "enrollment_year" that is similar to enrolled status, but is in fact the date the student will start attending school:
enrollment_date |
2017-08-01 |
enrollment_year |
2017 |