---
title: "GET /candidates/{candidate_pk}/educations/{id}/"
method: GET
path: "/candidates/{candidate_pk}/educations/{id}/"
tags: ["candidates"]
---

# GET /candidates/{candidate_pk}/educations/{id}/

`GET /candidates/{candidate_pk}/educations/{id}/`

A viewset for viewing and editing educations of a candidate.

## Response `200`

- object
  - `id` integer
  - `degree` string, required — Name of the degree
  - `school` string, required — Name of the school
  - `location` string — School location
  - `started_at` string, date, nullable — Date the education was started
  - `ended_at` string, date, nullable — Date the education was ended
  - `description` string — Description of the studies of the candidates
  - `created_at` string, date-time — Date at which the educations was added

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/versions/59053f2da83c/schema)
