List educations.

Education of a person.

Fields

id (integer)

Primary key.

name (object)

Names of education, defined by language.

person (integer)

Foreign key to campusonline/person this education applies to.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • person
GET /v1/research/education/?format=api&offset=260
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 708,
    "next": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=280",
    "previous": "https://api-test.medunigraz.at/v1/research/education/?format=api&limit=20&offset=240",
    "results": [
        {
            "id": 96,
            "person": 87054,
            "name": {
                "de": "Ausbildung zum klinischen Monitor",
                "en": "Training for clinical monitoring"
            }
        },
        {
            "id": 68,
            "person": 87054,
            "name": {
                "de": "Universitätslehrgang Clinical Trial Specialist",
                "en": "Post Graduate Course Clinical Trial Specialist"
            }
        },
        {
            "id": 95,
            "person": 87054,
            "name": {
                "de": "Universitätslehrgang Diabetes Care",
                "en": "Post Graduate Course Diabetes Care"
            }
        },
        {
            "id": 211,
            "person": 59858,
            "name": {
                "de": "Observership für Roboter-assistierte urologische Chirurgie, Universitätsklinikum Göttingen, Deutschland (09/21).",
                "en": "Observership for robotic-assited urological surgery, Uniersity of Goettingen, Germany (09/21)"
            }
        },
        {
            "id": 212,
            "person": 59858,
            "name": {
                "de": "DFP Diplom für Geriatrie\r\n",
                "en": "Diploma by the Austrian chamber of doctors for geriatrics and palliative care"
            }
        },
        {
            "id": 213,
            "person": 59858,
            "name": {
                "de": "DFP Diplom für Palliativmedizin",
                "en": "diploma for palliative care"
            }
        },
        {
            "id": 545,
            "person": 59858,
            "name": {
                "de": "Observership für Roboter-assistierte urologische Chirurgie, Stuttgart, Deutschland ",
                "en": "Observership für robotic urological surgery, Stuttgart, Germany"
            }
        },
        {
            "id": 546,
            "person": 59858,
            "name": {
                "de": "Robotisches Training (Nierenteilresektion), Lyon, Frankreich",
                "en": "Robotic urological traning (partial nephrectomy), Lyon, France"
            }
        },
        {
            "id": 148,
            "person": 59876,
            "name": {
                "de": "Langzeit EKG Diplom - AG Rhythmologie der Österr. Kardiologische Gesellschaft\r\n",
                "en": "Diploma for Holter ECG Monitoring - Austrian Society for Cardiology"
            }
        },
        {
            "id": 151,
            "person": 59876,
            "name": {
                "de": "Zertifikat NADA Therapeut - NADA Austria\r\nCertificate in NADA Therapy",
                "en": "Certified NADA Therapist"
            }
        },
        {
            "id": 152,
            "person": 59876,
            "name": {
                "de": "Notarztdiplom der österreichischen Ärztekammer",
                "en": "Diploma in Emergency Medicine"
            }
        },
        {
            "id": 146,
            "person": 59876,
            "name": {
                "de": "Zertifikat \"Herzschrittmachertherapie\" - Österreichische Ärztekammer",
                "en": "Certification Pacemaker Therapy - Austrian Medical Chamber"
            }
        },
        {
            "id": 147,
            "person": 59876,
            "name": {
                "de": "Universitätslehrgang \"Practitioner in Medical Simulation\"\r\n",
                "en": "Practitioner in Medical Simulation - PostDoc education "
            }
        },
        {
            "id": 149,
            "person": 59876,
            "name": {
                "de": "Herzschrittmacher Curriculum - AG Rhythmologie der Österr. Kardiologischen Gesellschaft\r\n",
                "en": "Pacemaker Curriculum - Austrian Society for Cardiology"
            }
        },
        {
            "id": 150,
            "person": 59876,
            "name": {
                "de": "Ernährungsmedizindiplom der österreichischen Ärztekammer\r\n",
                "en": "Diploma \"Nutrition in Medicine\""
            }
        },
        {
            "id": 297,
            "person": 51117,
            "name": {
                "de": "EbM-Kongresse in Berlin, Basel, Lübeck und Graz ",
                "en": "EbM-Kongresse in Berlin, Basel, Lübeck und Graz "
            }
        },
        {
            "id": 680,
            "person": 109162,
            "name": {
                "de": "Fachausbildung Klinische Psychologie",
                "en": "Post-gradual Education in Clinical Psychology"
            }
        },
        {
            "id": 355,
            "person": 59876,
            "name": {
                "de": "Observership Programme at the Pediatric Arrhythmia Unit (Profs. Brugada & Sarquella-Brugada), San Juan de Deú Children´s Hospital, Barcelona, Spain",
                "en": "Observership Programme at the Pediatric Arrhythmia Unit (Profs. Brugada & Brugada-Sarquella), San Juan de Deú Children´s Hospital, Barcelona, Spain"
            }
        },
        {
            "id": 209,
            "person": 59876,
            "name": {
                "de": "Interventional EP Curriculum, Towards Standardization and Low Fluoroscopy (TSLF) - Abbott",
                "en": "Interventional EP Curriculum, Towards Standardization and Low Fluoroscopy (TSLF) - Abbott"
            }
        },
        {
            "id": 210,
            "person": 59876,
            "name": {
                "de": "Interventional EP Curriculum, Pediatric Heart Disease (Ped) Module - Abbott",
                "en": "Interventional EP Curriculum, Pediatric Heart Disease (Ped) Module - Abbott"
            }
        }
    ]
}