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=1120&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=1140&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1100&ordering=-end_effective",
    "results": [
        {
            "id": 5761,
            "title": {
                "de": "Funktion von elFs und PI3K/AKT/mTOR Siganlkaskade in der Entstehung von Psoriasis",
                "en": "Function of eIFs and PI3K/ AKT/ mTOR pathway in the development of psoriasis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-04-01T02:00:00+02:00",
            "begin_effective": "2019-04-01T02:00:00+02:00",
            "end_planned": "2020-04-02T02:00:00+02:00",
            "end_effective": "2020-03-31T02:00:00+02:00",
            "assignment": "2019-04-10T13:13:30+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 84167,
            "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": [
                "5761-84167-10"
            ]
        },
        {
            "id": 3828,
            "title": {
                "de": "Bakterielle Dysbiose des Kolons als Ursache der Säuglingsproktokolitis\r\n",
                "en": "Colonic bacterial dysbiosis as a cause of infant proctocolitis"
            },
            "short": "BaktDysFPIP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-12-01T01:00:00+01:00",
            "begin_effective": "2014-12-01T01:00:00+01:00",
            "end_planned": "2017-11-30T01:00:00+01:00",
            "end_effective": "2020-03-31T02:00:00+02:00",
            "assignment": "2014-12-04T11:21:49+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 450",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4365,
            "title": {
                "de": "Etablierung eines Zellmodells zur Charakterisierung von GLB1 Mutationen und Evaluierung neuer Therapieansätze",
                "en": "Establishment of a cellular model for the characterisation of GLB1 mutations and the screening for novel therapeutic option"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-01-01T01:00:00+01:00",
            "begin_effective": "2016-04-01T02:00:00+02:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2020-03-31T02:00:00+02:00",
            "assignment": "2016-03-21T11:58:26+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14048,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4365-50066-12"
            ]
        },
        {
            "id": 5816,
            "title": {
                "de": "Der Landarzt 2.0- Eine qualitative Analyse zum Paradigmenwechsel zur multiprofessionellen Gesundheitsversorgung in provinziellen Regionen der Steiermark",
                "en": "Primary Health Care 2.0- Qualitative Analysis to foster change management towards multi professional primary health care in rural regions  in the province of Styria "
            },
            "short": "Landarzt 2.0",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-02T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2020-03-31T02:00:00+02:00",
            "assignment": "2019-06-03T13:20:54+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14046,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51745,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5816-51745-10"
            ]
        },
        {
            "id": 7148,
            "title": {
                "de": "OeAD Marietta Blau",
                "en": "OeAD Marietta Blau"
            },
            "short": "OeAD Marietta Blau",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-05-01T02:00:00+02:00",
            "begin_effective": "2019-05-01T02:00:00+02:00",
            "end_planned": "2020-03-30T02:00:00+02:00",
            "end_effective": "2020-03-30T02:00:00+02:00",
            "assignment": "2022-08-26T11:04:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89664,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7148-89664-10"
            ]
        },
        {
            "id": 4385,
            "title": {
                "de": "Exzellenzzentrum für superauflösende Mikroskopie und zelluläre\r\nUltrastrukturforschung",
                "en": "Exzellenzzentrum für superauflösende Mikroskopie und zelluläre\r\nUltrastrukturforschung"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-11-01T01:00:00+01:00",
            "begin_effective": "2013-11-01T01:00:00+01:00",
            "end_planned": "2020-03-30T02:00:00+02:00",
            "end_effective": "2020-03-30T02:00:00+02:00",
            "assignment": "2016-04-07T16:32:08+02:00",
            "program": null,
            "subprogram": "HRSM 2013",
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51860,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4385-51860-10"
            ]
        },
        {
            "id": 5227,
            "title": {
                "de": "Schlaganfallfolgen im jungen Erwachsenenalter – Einfluss von sozioökonomischen Status und Bildung als Chance!",
                "en": "Stroke in the young - the influence of socioeconomic state"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-01-01T01:00:00+01:00",
            "begin_effective": "2018-03-01T01:00:00+01:00",
            "end_planned": "2019-12-21T01:00:00+01:00",
            "end_effective": "2020-03-01T01:00:00+01:00",
            "assignment": "2018-01-31T14:22:52+01:00",
            "program": null,
            "subprogram": "Land Steiermark: Referat Wissenschaft und Forschung: 4. Ausschreibung in der Reihe Polaritäten in der Wissensgesellschaft.",
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66708,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135,
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5227-66708-10"
            ]
        },
        {
            "id": 4768,
            "title": {
                "de": "Regulatorische Immunzellen als neue Marker in der Nierentransplantation",
                "en": "Regulatory immune cell subtypes as new biomarkers in renal transplant recipients - a pilot study"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-01-01T01:00:00+01:00",
            "begin_effective": "2017-01-01T01:00:00+01:00",
            "end_planned": "2018-12-31T01:00:00+01:00",
            "end_effective": "2020-02-29T01:00:00+01:00",
            "assignment": "2017-01-11T16:29:25+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14084,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 74174,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "17212",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4768-74174-10",
                "4768-86124-12",
                "4768-107070-12"
            ]
        },
        {
            "id": 5714,
            "title": {
                "de": "Mikrobiom und Resistom in Krankenhausgebäuden",
                "en": "Microbiome and resistome in hospital indoor environment"
            },
            "short": "MEFO resistome",
            "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-02-29T01:00:00+01:00",
            "end_effective": "2020-02-29T01:00:00+01:00",
            "assignment": "2019-02-28T14:30:03+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14046,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-38",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5713,
            "title": {
                "de": "Analyse zirkulierender Tumor DNA (ctDNA), um Mechanismen der Therapieresistenz in HER2-positiven Brustrkrebspatientinnen zu identifizieren",
                "en": "Using circulating tumor DNA (ctDNA) to identify therapy resistance mechanisms in HER2-positive breast cancer patients"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2020-02-28T01:00:00+01:00",
            "assignment": "2019-02-28T09:55:23+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50899,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-42",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5713-50899-10"
            ]
        },
        {
            "id": 5744,
            "title": {
                "de": "Die Rolle von Neurofilament Konzentrationen als diagnostischer und prognostischer Marker für die Alzheimer Krankheit: Eine Substudie des prospektiven Demenzregister Österreich (PRODEM-Austria) ",
                "en": "Neurofilament concentrations as diagnostic and prognostic markers for Alzheimer´s disease: a substudy of the prospective dementia registry Austria (PRODEM-Austria)"
            },
            "short": null,
            "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": "2020-02-01T01:00:00+01:00",
            "end_effective": "2020-02-01T01:00:00+01:00",
            "assignment": "2019-03-25T14:44:56+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2269
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4765,
            "title": {
                "de": "Nicht-Protein Kodierende RNA und deren klinische Relevanz in Bauchspeicheldrüsenkrebs ",
                "en": "Non-coding RNA networks and their role in pancreatic cancer patients"
            },
            "short": null,
            "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": "2020-01-31T01:00:00+01:00",
            "end_effective": "2020-01-31T01:00:00+01:00",
            "assignment": "2017-01-11T12:26:52+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66005,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4765-66005-10"
            ]
        },
        {
            "id": 4528,
            "title": {
                "de": "Mangelenernährung bei älteren Personen - Wissensforum",
                "en": "Malnutrition in the Elderly knowledge hub"
            },
            "short": "MaNuEL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-03-01T01:00:00+01:00",
            "begin_effective": "2016-04-01T02:00:00+02:00",
            "end_planned": "2018-03-01T01:00:00+01:00",
            "end_effective": "2020-01-31T01:00:00+01:00",
            "assignment": "2016-07-20T15:39:35+02:00",
            "program": 90,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                25
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5749,
            "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"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-02-01T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2020-01-31T01:00:00+01:00",
            "assignment": "2019-03-28T15:07:13+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": [
                990
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5749-50910-10"
            ]
        },
        {
            "id": 5128,
            "title": {
                "de": "Rolle der CCR7 Expression in aggressiven non-Hodgkin-Lymphomen",
                "en": "Investigating the role of CCR7 expression in aggressive non-Hodgkin lymphomas"
            },
            "short": null,
            "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": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2017-11-20T15:20:09+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1375
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 6755,
            "title": {
                "de": "Implementierung eines neuen Ausbildungskonzeptes für das Spezialgebiet „Polytraumamanagement“",
                "en": "Implementation of new Training Concept in Poyltrauma Management"
            },
            "short": "Training Poyltrauma",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-07-01T02:00:00+02:00",
            "begin_effective": "2017-07-01T02:00:00+02:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2021-10-21T10:43:27+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 62925,
            "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": [
                "6755-62925-10",
                "6755-72835-12",
                "6755-59379-11"
            ]
        },
        {
            "id": 4060,
            "title": {
                "de": "Genetische Basis der sekundär sklerosierenden Cholangitis* nach kritischer Krankheit",
                "en": "Secondary Sclerosing Cholangitis in Critically Ill Patients (SSC-CIP): Possible genetic basis of the disease"
            },
            "short": "SSC Genetik",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2017-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2015-07-14T13:53:55+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1748
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4060-62756-12",
                "4060-81091-12",
                "4060-50989-10"
            ]
        },
        {
            "id": 3835,
            "title": {
                "de": "Update des EORTC QLQ-Brustkrebs Moduls (EORTC QLQ-BR23) Phase I-III \r\n\r\n",
                "en": "The Update of the EORTC QLQ-Breast Cancer Module (EORTC QLQ-BR23) \r\nPhase I-III \r\n"
            },
            "short": "BR23 Update",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2014-12-12T11:00:02+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14063,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                442
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5549,
            "title": {
                "de": "Metabolische Effekte von HDAC Inhibition in heart failure with preserved ejection fraction.",
                "en": "Metabolic effects of HDAC inhibition in heart failure with preserved ejection fraction"
            },
            "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": "2019-12-31T01:00:00+01:00",
            "assignment": "2018-11-15T13:32:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 72301,
            "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": [
                "5549-72301-10"
            ]
        },
        {
            "id": 5651,
            "title": {
                "de": "Kooperation China-Österreich auf dem Gebiet der High-Tech Akupunktur - Fortsetzung\r\n",
                "en": "Sino-Austrian Cooperation on High-Tech Acupuncture - Continuation \r\n"
            },
            "short": "EPU 2018 HTA",
            "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": "2020-01-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2019-02-04T12:48:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                762
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        }
    ]
}