---
title: "Get a StudentPlacement"
method: GET
path: "/student-placement/{id}"
tags: ["StudentPlacement"]
---

# Get a StudentPlacement

`GET /student-placement/{id}`

Retrieves the `StudentPlacement` with the given ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Response for StudentPlacement Get operation - returns the requested StudentPlacement

- StudentPlacement — StudentPlacement holds the placement information about a student in a specific school.
  - `id` string, uuid, required — Unique identifier for the StudentPlacement
  - `meta` Meta — Meta contains information about the creation and modification of a resource for auditing purposes
    - `createdAt` string, date-time, required — Timestamp when the resource was created
    - `createdBy` string, uuid, nullable — User who created the resource
    - `updatedAt` string, date-time, nullable — Timestamp when the resource was last updated
    - `updatedBy` string, uuid, nullable — User who last updated the resource
  - `external` External — External is a reusable object that can be used to store external information from another system, used for third-party integration tracking.
    - `sourceID` string, nullable — The ID of the external source
    - `source` string, nullable — The source of the external information
  - `studentID` string, uuid, required — The ID of the student the placement belongs to
  - `schoolID` string, uuid, required — The ID of the school the student is placed in
  - `schoolType` 'GR' | 'GRAN' | 'GY' | 'GYAN' | 'FS' | 'VUX' | 'VUXSFI', required — The type of schooling the student is attending
  - `schoolYear` '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' — The school year the student is attending
  - `hasChildcare` boolean — Whether the student has childcare
  - `childcareMaxHours` integer, nullable — The maximum number of childcare hours per week for the student at this school
  - `motherTongue` string, nullable — The mother tongue of the student. Language codes follow the ISO 639-3 standard (three-letter codes).
  - `modernLanguageAlternative` 'EN' | 'ML' | 'SV' | 'SVA' | 'TN' — The modern language alternative for the student
  - `swedishAsSecondLanguage` boolean — Whether the student has Swedish as their second language
  - `motherTongueParticipates` boolean — Whether the student participates in mother tongue education
  - `modernLanguageInSchoolChoice` string, nullable — The language code for the student's modern language in school choice (Skolans val). Language codes follow the ISO 639-2 standard (three-letter codes).
  - `modernLanguageInLanguageChoice` string, nullable — The language code for the student's modern language in language choice (Språkval, M2, B-språk). Language codes follow the ISO 639-2 standard (three-letter codes).
  - `startDate` string, date, required — The start date of the placement
  - `endDate` string, date, nullable — The end date of the placement
  - `archiveYear` string, nullable — The year the placement was archived for the student, in the format YYYY_YYYY where the first year is the autumn and the second year is the spring.
  - `archivedAt` string, date-time, nullable — The timestamp the placement was archived for the student

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid parameters
- `401` — Unauthorized - The request is missing valid authentication credentials
- `403` — Forbidden - Request is authenticated, but the user is not allowed to perform the operation
- `404` — Not Found - The requested resource does not exist
- `409` — Conflict - The request could not be completed due to a conflict
- `429` — Too Many Requests - When the rate limit has been exceeded
- `500` — Internal Server Error - An unexpected server error occurred

---

[API](https://skmtc.net/meitner/apis/directory-api.md) · [All operations](https://skmtc.net/meitner/apis/directory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meitner/directory-api/revisions/014348a7bc35/schema)
