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=20&ordering=-begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2140,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=40&ordering=-begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&ordering=-begin_effective",
    "results": [
        {
            "id": 8750,
            "title": {
                "de": "Gezielte Steuerung mechanischer Stress-Signalwege zur Therapie chronischer Hautentzündungen",
                "en": "Targeted modulation of mechanical stress signaling pathways for the therapy of chronic skin inflammation"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2026-02-28T01:00:00+01:00",
            "end_effective": "2026-02-28T01:00:00+01:00",
            "assignment": "2025-04-01T17:29:50+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 77115,
            "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": [
                "8750-77115-10"
            ]
        },
        {
            "id": 8717,
            "title": {
                "de": "Mit Hilfe künstlicher Intelligenz die Protein-Protein-Interaktionen des Glioblastoms ins Visier nehmen",
                "en": "Targeting Glioblastoma with artificial intelligence "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-06-01T02:00:00+02:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2026-05-31T02:00:00+02:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2025-03-10T13:25:28+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 107189,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8717-107189-10"
            ]
        },
        {
            "id": 8766,
            "title": {
                "de": "Wirksamkeit eines Therapieoptimierungsmodules zu Verbesserung der ärztlichen Leitlinienadhärenz bei medikamnetöser Therapie für PatientInnen mit Herzinsuffizienz-\"AMPEL\" trial",
                "en": "Efficacy of an Assisted therapy optimizing Module to impove Physician adherence with guideline-directed medical therapy in patients with heart failure - \"AMPEL\" trial"
            },
            "short": "AMPEL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": null,
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": null,
            "end_effective": "2027-03-31T02:00:00+02:00",
            "assignment": "2025-04-11T13:25:54+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 72301,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": 2,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": "1110/2024",
            "edudract_number": null,
            "persons": [
                "8766-72301-10"
            ]
        },
        {
            "id": 8715,
            "title": {
                "de": "Einfluss von Übergewicht/Adipositas auf die Freisetzung von inflammatorischen Zytokinen Endothelialer Vorläuferzellen",
                "en": "Impact of overweight/obesity on the secretion of inflammatory cytokines of endothelial progenitor cells "
            },
            "short": "Übergewicht_inflammatorische Zytokine",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-04-01T02:00:00+02:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2025-04-30T02:00:00+02:00",
            "end_effective": "2025-05-31T02:00:00+02:00",
            "assignment": "2025-03-10T11:08:34+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 105059,
            "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": [
                "8715-105059-10"
            ]
        },
        {
            "id": 8714,
            "title": {
                "de": "Aufdeckung der Mechanismen hinter der Resistenz von dreifach-negativen Brustkrebszellen gegen die Zytotoxizität von T-Zellen",
                "en": "Unraveling the Mechanisms behind T-cell Cytotoxicity Resistance (TCR) in Triple-Negative Breast Cancer (TNBC) Cells"
            },
            "short": "TCR-TNBC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-09-01T02:00:00+02:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2027-08-31T02:00:00+02:00",
            "end_effective": "2027-03-31T02:00:00+02:00",
            "assignment": "2025-03-10T10:29:08+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 92462,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8714-92462-10"
            ]
        },
        {
            "id": 8753,
            "title": {
                "de": "Die Wirkung von Inkretinrezeptoragonisten auf CD4 T-Zellsubtypen bei adipösen Patienten",
                "en": "The effect of incretin receptor agonists on CD4 T-cell subsets in obese patients"
            },
            "short": "Incretin receptor_CD4_obese patients",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-02-01T01:00:00+01:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2026-03-31T02:00:00+02:00",
            "end_effective": "2026-05-31T02:00:00+02:00",
            "assignment": "2025-04-03T14:25:30+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 94653,
            "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": [
                "8753-94653-10"
            ]
        },
        {
            "id": 8713,
            "title": {
                "de": "Galectin-3 gezielte antifungale Prophylaxe bei influenza",
                "en": "Galectin-3 targeted antifungal prophylaxis in ICU influenza"
            },
            "short": "GALACtiC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2027-12-31T01:00:00+01:00",
            "end_effective": "2028-03-31T02:00:00+02:00",
            "assignment": "2025-03-06T13:35:22+01:00",
            "program": 112,
            "subprogram": null,
            "organization": 29164,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 64754,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PIN1672624",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8713-64754-10"
            ]
        },
        {
            "id": 8734,
            "title": {
                "de": "ELPHI: Kontaktlos-gesteuerte Implantate für lokale Chemo in Gehirntumoren",
                "en": "ELPHI: wireless implants for local chemotherapy in brain tumors"
            },
            "short": "ERC get started ELPHI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2025-10-01T02:00:00+02:00",
            "end_effective": "2025-10-31T01:00:00+01:00",
            "assignment": "2025-03-21T19:29:34+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 99703,
            "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": [
                "8734-99703-10"
            ]
        },
        {
            "id": 8739,
            "title": {
                "de": "Neue antimikrobielle, erdölfreie Oberflächen für\r\nKlinikbereich, Textilien und Verpackungen",
                "en": "New antimicrobial, petroleum-free surfaces for\r\nclinical areas, textiles and packaging"
            },
            "short": "SafeSurface",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2026-02-28T01:00:00+01:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2025-03-25T17:06:31+01:00",
            "program": 247,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54018,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999921649",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8739-54018-10"
            ]
        },
        {
            "id": 8755,
            "title": {
                "de": "Innovative Ansätze zur Stärkung der Immuntherapie bei Lungenkrebs",
                "en": "Innovative approaches to strengthen immunotherapy in lung cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-04-01T02:00:00+02:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2027-04-01T02:00:00+02:00",
            "end_effective": "2027-03-31T02:00:00+02:00",
            "assignment": "2025-04-07T14:42:54+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 111070,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                52
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8755-111070-10"
            ]
        },
        {
            "id": 8721,
            "title": {
                "de": "Schwangerschaftsvergiftung - neuartige Biomarker für die Präeklampsie",
                "en": " Novel biomarkers for preeclampsia"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-03-03T01:00:00+01:00",
            "end_planned": "2025-12-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2025-03-12T16:53:33+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50909,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8721-50909-10"
            ]
        },
        {
            "id": 8708,
            "title": {
                "de": "Multi-Omics Analysen bei Plaque-Psoriasis",
                "en": "Multi-omics analysis in patients with plaque-psoriasis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-03-05T13:38:00+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 76691,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1161
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8708-76691-10"
            ]
        },
        {
            "id": 8699,
            "title": {
                "de": "Patienten-Avataren durch Xenotransplantation als Möglichkeit zur Vorhersage von Therapieansprechen und Relaps bei AML.",
                "en": "Developing a Leukemia Patient-Derived Xenotransplantation Repository for Predicting AML Treatment Response and Relapse"
            },
            "short": "AML PDX",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2027-02-28T01:00:00+01:00",
            "end_effective": "2027-02-28T01:00:00+01:00",
            "assignment": "2025-03-03T13:45:02+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50747,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                423
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8699-50747-10"
            ]
        },
        {
            "id": 8544,
            "title": {
                "de": "Verbindungen zwischen Aggression, Genetik und Mikrobiom",
                "en": "Genetic and microbial effects on aggressive behavior"
            },
            "short": "Genetics_microbiome_aggressive behavior",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-01-01T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2024-12-09T13:03:47+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 71386,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT5589324",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8544-71386-10"
            ]
        },
        {
            "id": 8486,
            "title": {
                "de": "Unlocking RI potential with Scalable AI and Data",
                "en": "Unlocking RI potential with Scalable AI and Data"
            },
            "short": "RI-SCALE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2027-12-31T01:00:00+01:00",
            "end_effective": "2028-02-29T01:00:00+01:00",
            "assignment": "2024-11-15T13:51:39+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 99976,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8486-99976-10"
            ]
        },
        {
            "id": 8533,
            "title": {
                "de": "Kommunikation von Stress an Zellkerne in Kardiomyozyten",
                "en": "Communicating stress to cell nuclei in cardiomyocytes"
            },
            "short": "StressCARDIO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-02-28T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2024-11-28T15:20:47+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 62747,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT9036624",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8533-62747-10",
                "8533-98847-12"
            ]
        },
        {
            "id": 8669,
            "title": {
                "de": "BAMBinO: Gallensäuren als Stoffwechselregulatoren bei Osteoporose",
                "en": "BAMBinO: bile acids as metabolic regulators in osteoporosis"
            },
            "short": "BAMBinO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-02-28T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2025-02-18T17:30:28+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 107134,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PIN9543924",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8669-128314-12",
                "8669-107134-10"
            ]
        },
        {
            "id": 8627,
            "title": {
                "de": "Prävention durch Digitalisierung und Standardisierung von \"self reported data\"",
                "en": "Prevention by Digitalisation and Standardisation using \"self reproted data\""
            },
            "short": "PräNUDGE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-04-01T02:00:00+02:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2027-03-31T02:00:00+02:00",
            "end_effective": "2027-02-28T01:00:00+01:00",
            "assignment": "2025-01-30T11:00:24+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 65558,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8627-65558-10"
            ]
        },
        {
            "id": 8361,
            "title": {
                "de": "Plazenta vermitteltes Priming von mütterlichen Blutplättchen",
                "en": "Placenta-educated maternal platelets"
            },
            "short": "PEPs",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2029-02-28T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2024-08-21T15:45:32+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53232,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8361-53232-10"
            ]
        },
        {
            "id": 8482,
            "title": {
                "de": "Sport und das Ansprechen auf Immuntherapie bei Lungenkrebs.",
                "en": "Exercise as a tool to improve the response to immunotherapy in lung cancer."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-05-01T02:00:00+02:00",
            "begin_effective": "2025-03-01T01:00:00+01:00",
            "end_planned": "2027-05-01T02:00:00+02:00",
            "end_effective": "2028-02-28T01:00:00+01:00",
            "assignment": "2024-11-07T17:18:48+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 71794,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT1625724",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8482-71794-10"
            ]
        }
    ]
}