# Retrieve a Course Degree Retrieve a single course_degrees item by unique identifier. Endpoint: GET /items/course_degrees/{id} Version: 1.0.0 Security: Auth ## Query parameters: - `fields` (array) Control what fields are being returned in the object. - `meta` (string) What metadata to return in the response. Enum: "total_count", "filter_count", "*" ## Path parameters: - `id` (integer, required) Index of the item. Example: 1 ## Response 200 fields (application/json): - `data` (object) - `data.id` (integer) Example: 1 - `data.title` (string,null) Example: "IT-Fachkraft für Anwendungsentwicklung (IHK)" - `data.additional_qualification` (string,null) Example: "IHK Zertifikat, Fachinformatiker/-in für Anwendungsentwicklung (IHK)" - `data.entitlement` (string,null) Example: "Zugang zur Externenprüfung" - `data.institution` (string, required) Example: "fd6dafa2-9cf9-469a-9bc9-38446ec552bc" - `data.type` (string,null) Example: "Teilnahmebescheinigung und Zertifikate" - `data.credits` (string,null) Example: "Spezielle Anrechnung" - `data.examiner` (string,null) Example: "Prüfende Stelle" - `data.courses` (array,null) ## 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"