List projects.

Fields

id (integer)

Primary key.

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:

  • organization
  • category
  • type
  • partner_function
  • manager
  • contact
  • status
  • grant
  • research
  • event
  • study
  • language
  • program
  • funders

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • organization
  • category
  • manager
  • contact
  • status
  • grant
  • research
  • study
  • language
  • funders
  • program

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • begin_planned: gt, gte, lt, lte
  • begin_effective: gt, gte, lt, lte
  • end_planned: gt, gte, lt, lte
  • end_effective: gt, gte, lt, lte
GET /v1/research/project/?format=api&offset=1040&ordering=-end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1060&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1020&ordering=-end_effective",
    "results": [
        {
            "id": 5673,
            "title": {
                "de": "T-Zell-Telomer-Dynamik und Ansprechen auf Immun-Checkpoint-Inhibitor-Therapie bei Lungenkrebs",
                "en": "T-cell Telomere Dynamics and Immune Checkpoint Inhibitor Response in Lung Cancer\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2021-02-28T01:00:00+01:00",
            "assignment": "2019-02-12T11:16:33+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50910,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1765
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5673-50910-10"
            ]
        },
        {
            "id": 4593,
            "title": {
                "de": "Magnetische Eigenschaften weißer Gehirnsubstanz bei Multipler Sklerose Patienten",
                "en": "Magnetic Properties of Normal Appearing Brain White Matter in Multiple Sclerosis"
            },
            "short": "QMTinMS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-07-01T02:00:00+02:00",
            "begin_effective": "2017-02-01T01:00:00+01:00",
            "end_planned": "2019-06-30T02:00:00+02:00",
            "end_effective": "2021-01-31T01:00:00+01:00",
            "assignment": "2016-09-06T10:24:56+02:00",
            "program": 64,
            "subprogram": "DACH",
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51279,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I3001",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4593-51279-10"
            ]
        },
        {
            "id": 5868,
            "title": {
                "de": "Analyse und Förderung des Erwerbs digitaler Kompetenzen von Studierenden",
                "en": "Analysis and promotion of the acquisition of digital competencies for students"
            },
            "short": "Digitale Kompetenzen",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-02-01T01:00:00+01:00",
            "begin_effective": "2019-02-01T01:00:00+01:00",
            "end_planned": "2021-01-31T01:00:00+01:00",
            "end_effective": "2021-01-31T01:00:00+01:00",
            "assignment": "2019-07-18T18:20:26+02:00",
            "program": null,
            "subprogram": null,
            "organization": 13935,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 61670,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5868-61670-10"
            ]
        },
        {
            "id": 4653,
            "title": {
                "de": "Flexibilität in der Organforschung",
                "en": "Flexibility in Organ Research"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2017-02-01T01:00:00+01:00",
            "end_planned": "2019-09-30T02:00:00+02:00",
            "end_effective": "2021-01-31T01:00:00+01:00",
            "assignment": "2016-10-14T13:09:27+02:00",
            "program": 64,
            "subprogram": "Partnership in Research",
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 76930,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9,
                23
            ],
            "funder_projectcode": "PIR00007",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4653-50394-12",
                "4653-76930-10",
                "4653-51718-12",
                "4653-128875-12"
            ]
        },
        {
            "id": 5985,
            "title": {
                "de": "Entwicklung eines Lunge am Chip-Systems zur in-vitro-Analyse der Toxizität von Nanostäuben",
                "en": "Development of a lung on a chip for the assessment of pulmonary toxicity"
            },
            "short": "NanoLunCh",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-10-01T02:00:00+02:00",
            "begin_effective": "2019-10-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2021-01-31T01:00:00+01:00",
            "assignment": "2019-12-09T10:41:48+01:00",
            "program": null,
            "subprogram": null,
            "organization": 17230,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 53900,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "874476",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5985-53900-10"
            ]
        },
        {
            "id": 6320,
            "title": {
                "de": "Workshop: Offenes innovatives Pflegeheim",
                "en": "Workshop: Open Innovation Nursing Lab"
            },
            "short": "OPINION Lab",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-09-30T02:00:00+02:00",
            "begin_effective": "2020-11-01T01:00:00+01:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2020-10-27T15:22:34+01:00",
            "program": 119,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 59569,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "CMW 4-G",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6320-59569-10"
            ]
        },
        {
            "id": 5405,
            "title": {
                "de": "Health Literacy und Diversity für SchülerInnen der Sekundarstufe I",
                "en": "Health Literacy und Diversity"
            },
            "short": "Heli-D",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-01-01T01:00:00+01:00",
            "begin_effective": "2018-01-01T01:00:00+01:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2018-06-27T15:32:18+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 80111,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5405-80111-10"
            ]
        },
        {
            "id": 6064,
            "title": {
                "de": "Das Aktin-Zytoskelett und der Transkriptionsfaktor NFkB und IkappaB als prädiktive Faktoren für Leberregeneration und die Entstehung von Leberzellcarcinomen nach Major-Resektionen. ",
                "en": "The actin cytoskeleton and transkriptionfactor NFkB as predictive factors for liver regeneration and hepatocellular carcinogenesis after hemihepatectomy."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-02-20T01:00:00+01:00",
            "begin_effective": "2017-02-20T01:00:00+01:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2020-02-21T11:45:20+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14108,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 98605,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1170
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6064-98605-10"
            ]
        },
        {
            "id": 4663,
            "title": {
                "de": "Entwicklung, Umsetzung und Evaluierung eines Schulungsprogrammes für Pflegende zum Thema Mangelernährungs-Screening im Krankenhaus",
                "en": "Development, Implementation and Evaluation of a malnutrition screening education program for nurses in hospital setting"
            },
            "short": "MEScH",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-02-01T01:00:00+01:00",
            "begin_effective": "2017-02-01T01:00:00+01:00",
            "end_planned": "2018-02-01T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2016-10-19T14:10:01+02:00",
            "program": null,
            "subprogram": "AKE Förderpreis 2016 (Arbeitsgemeinschaft für Klinische Ernährung)",
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 82963,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4663-82963-10"
            ]
        },
        {
            "id": 4196,
            "title": {
                "de": "Personalisierte Risikobewertung bei fieberhaften Erkrankungen. \r\nReal-Life-Management in der gesamten Europäischen Union.  ",
                "en": "Personalised Risk assessment in febrile illness to Optimise Real-life Management across the European Union"
            },
            "short": "Perform ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-12-01T01:00:00+01:00",
            "begin_effective": "2016-01-01T01:00:00+01:00",
            "end_planned": "2020-11-30T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2015-12-15T12:17:03+01:00",
            "program": 109,
            "subprogram": "Health Call: H2020-PHC-2015-two-stage.",
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "668303",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4196-54004-12",
                "4196-62056-12"
            ]
        },
        {
            "id": 4784,
            "title": {
                "de": "Schmerzmittelreduktion in der Neurochirurgie durch perioperative Behandlung mit transkutaner Vagusnervstimulation.",
                "en": "Transcutaneous vagus stimulation for reduction of analgetics in neurosurgery"
            },
            "short": "SchTraV",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-06-01T02:00:00+02:00",
            "begin_effective": "2016-06-01T02:00:00+02:00",
            "end_planned": "2017-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2017-01-24T16:15:28+01:00",
            "program": null,
            "subprogram": "Kulturamt Stadt Graz",
            "organization": 14050,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50845,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4784-50845-10"
            ]
        },
        {
            "id": 5081,
            "title": {
                "de": "Angehörigenmanagement auf der Intensivstation: \r\neine randomisierte kontrollierte Studie",
                "en": "Family information management in the intensive care unit:\r\nA randomized controlled trial\r\n"
            },
            "short": "ICU Families",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-04-01T02:00:00+02:00",
            "begin_effective": "2017-04-01T02:00:00+02:00",
            "end_planned": "2019-03-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2017-10-03T12:23:14+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58615,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1748
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5081-58615-10"
            ]
        },
        {
            "id": 6214,
            "title": {
                "de": "Assoziation von ABH(O) und Lewis Blutgruppen Antigenen und COVID-19",
                "en": "Blood Groups in Infection and Host Susceptibility for COVID-19\r\n\r\n"
            },
            "short": "BG und COVID-19",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-05-25T02:00:00+02:00",
            "begin_effective": "2020-06-01T02:00:00+02:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2020-07-27T16:13:18+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14058,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50131,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6214-50131-10"
            ]
        },
        {
            "id": 6078,
            "title": {
                "de": "PICS4HEALTH – „SELFIES“ ZUR DIAGNOSE DER SARKOPENIE",
                "en": "PICS4HEALTH – „SELFIES“ TO DIAGNOSE SARCOPENIA"
            },
            "short": "PICS4HEALTH",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-01-01T01:00:00+01:00",
            "begin_effective": "2020-01-01T01:00:00+01:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2020-03-02T12:36:59+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-49",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6078-50989-10"
            ]
        },
        {
            "id": 5433,
            "title": {
                "de": "Health Literacy und Diversity für SchülerInnen der Sekundarstufe I ",
                "en": "Health literacy and diversity for children in secondary school level I "
            },
            "short": "Heli-D",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-01-01T01:00:00+01:00",
            "begin_effective": "2018-01-01T01:00:00+01:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2018-08-08T11:10:59+02:00",
            "program": null,
            "subprogram": null,
            "organization": 27964,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 63287,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5433-63287-10"
            ]
        },
        {
            "id": 5620,
            "title": {
                "de": "Genomanalyse trifft Next Generation Sequenzierung: Schwerpunktsetzung in der NGS Technologie in der Steiermark",
                "en": "Genome Research meets Next Generation Sequencing: a focus of NGS in Styria"
            },
            "short": "NGS-Core GRaz",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2020-08-31T02:00:00+02:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2019-01-21T12:11:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 17235,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 73734,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 60,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5620-73734-10"
            ]
        },
        {
            "id": 4806,
            "title": {
                "de": "Mechanismen der Entstehung von Vorhofflimmern bei Hyperglykämie",
                "en": "Mechanisms underlying the development of atrial fibrillation in hyperglycemia"
            },
            "short": "GlucoAF",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-03-01T01:00:00+01:00",
            "begin_effective": "2017-03-01T01:00:00+01:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2017-02-06T11:34:23+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 63032,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4806-63032-10"
            ]
        },
        {
            "id": 6066,
            "title": {
                "de": " Einfluss eines Caspaseinhibitors auf alveoläre Formveränderung nach Zahnextraktion ",
                "en": "Caspase inhibitor on alveolar shape changes following tooth extraction"
            },
            "short": "caspase inhibitor",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-01-01T01:00:00+01:00",
            "begin_effective": "2020-03-01T01:00:00+01:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2020-02-24T12:10:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14057,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 96335,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6066-96335-10"
            ]
        },
        {
            "id": 5932,
            "title": {
                "de": "Einfluss von cis-urocanic Säure auf dem Hautmikrobiom, Immunantwort und Transkriptionale Regulation",
                "en": "Influence of cis-urocanic acid on skin microbiome, immune and transcriptomic\r\nregulation"
            },
            "short": "cis-UCA regulation of skin microbiome",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-08-01T02:00:00+02:00",
            "begin_effective": "2019-08-01T02:00:00+02:00",
            "end_planned": "2020-07-31T02:00:00+02:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2019-10-17T13:21:34+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 87275,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1983
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5932-87275-10"
            ]
        },
        {
            "id": 6353,
            "title": {
                "de": "Impact of UV on skin metabolome and lipidome",
                "en": "Impact of UV on skin metabolome and lipidome"
            },
            "short": "UVmetabolome",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-06-01T02:00:00+02:00",
            "begin_effective": "2020-06-01T02:00:00+02:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2020-12-31T01:00:00+01:00",
            "assignment": "2020-12-02T17:11:59+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 87275,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6353-87275-10"
            ]
        }
    ]
}