# Retrieve a Course Type Retrieve a single course_types item by unique identifier. Endpoint: GET /items/course_types/{id} Version: 1.0.0 Security: Auth ## Query parameters: - `fields` (array) Control what fields are being returned in the object. ## Path parameters: - `id` (integer, required) Index of the item. Example: 1 ## Response 200 fields (application/json): - `data` (object) - `data.id` (integer) Example: 1 - `data.kursnet_id` (integer,null) Example: 5 - `data.name` (string,null) Example: "Weiterbildungsangebot" ## Response 401 fields (application/json): - `error` (object) - `error.code` (integer) Example: 403 - `error.message` (string) Example: "Invalid token" ## Response 404 fields (application/json): - `error` (object) - `error.code` (integer) Example: 404 - `error.message` (string) Example: "Not found"