Retrieve a list of education records for a user.
| Permission | Description |
|---|---|
education.view | View your own education records |
education.view_any | View education records for any user |
{
"data": [<education resource>, ...]
}
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |
| 404 | Not found | Not-found error |