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=700&ordering=-end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2157,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=720&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=680&ordering=-end_effective",
    "results": [
        {
            "id": 6884,
            "title": {
                "de": "Einzelzellanalyse in Leberkrebs",
                "en": "Single cell analysis of liver cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-02-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2022-08-01T02:00:00+02:00",
            "end_effective": "2023-01-31T01:00:00+01:00",
            "assignment": "2022-01-19T10:14:26+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89979,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-74",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6884-89979-10"
            ]
        },
        {
            "id": 6152,
            "title": {
                "de": "Supplementierung von omega-3 Fettsäuren als Ergänzung zur intravitrealen Therapie des diabetischen Makulaödems",
                "en": "Omega-3 fatty acids supplementation as adjunct to intravitreal treatment of \r\ndiabetic macular edema\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-02-01T01:00:00+01:00",
            "begin_effective": "2020-02-01T01:00:00+01:00",
            "end_planned": "2021-05-01T02:00:00+02:00",
            "end_effective": "2023-01-31T01:00:00+01:00",
            "assignment": "2020-06-05T11:00:45+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50850,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2194
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6152-50850-10"
            ]
        },
        {
            "id": 5580,
            "title": {
                "de": "Untersuchung molekularer Mechanismen der reduzierten Herzratenvariabilität in Sepsis",
                "en": "Molecular mechanisms leading to reduced beat to beat variability in sepsis"
            },
            "short": "MBBS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-18T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2023-01-17T01:00:00+01:00",
            "assignment": "2018-12-11T12:13:59+01:00",
            "program": 86,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66727,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "T1066",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5580-50615-11",
                "5580-66727-10",
                "5580-50969-12",
                "5580-90620-12"
            ]
        },
        {
            "id": 6363,
            "title": {
                "de": "Identifikation von Signaltransduktionswegen im Rahmen der extralymphatischen Transition des diffus großzelligen B-Zell Lymphoms  ",
                "en": "Identification of intracellular signaling-transduction pathways with regard to lymphatic tissue infiltration  in diffuse large B cell lymphoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-08-01T02:00:00+02:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2021-09-01T02:00:00+02:00",
            "end_effective": "2023-01-01T01:00:00+01:00",
            "assignment": "2020-12-10T11:45:14+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 94596,
            "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": [
                "6363-94596-10"
            ]
        },
        {
            "id": 6199,
            "title": {
                "de": "Zonulin und affektive Erkrankungen",
                "en": "Zonulin in affective disorders"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-07-01T02:00:00+02:00",
            "begin_effective": "2020-07-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2020-07-13T11:41:23+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50654,
            "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": [
                "6199-50654-10"
            ]
        },
        {
            "id": 6426,
            "title": {
                "de": "MicroMOOD",
                "en": "MicroMOOD"
            },
            "short": "MicroMOOD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-04-01T02:00:00+02:00",
            "begin_effective": "2020-04-01T02:00:00+02:00",
            "end_planned": "2021-04-01T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2021-01-26T18:49:05+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 99972,
            "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": [
                "6426-99972-10"
            ]
        },
        {
            "id": 6361,
            "title": {
                "de": "Biobanking von Probenmaterial ehemaliger COVID-19 PatientInnen - Vergleichsstudie",
                "en": "Biobanking of biospecimen of former COVID-19 patients"
            },
            "short": "COVID-19 Referenzkohorte",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-06-01T02:00:00+02:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2020-12-09T14:54:47+01:00",
            "program": null,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 58453,
            "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": [
                "6361-58453-10"
            ]
        },
        {
            "id": 5792,
            "title": {
                "de": "Effekte von Dianbetes-assoziierter Hyperglykämie auf Proliferation und Apoptose des Trophoblasten im ersten Trimesters der Schwangerschaft",
                "en": "Gestational Age-dependent Effects of Hyperglycemia on Early Trophoblast Proliferation and Apoptosis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-09-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2019-05-10T14:11:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51632,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "17950",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5792-51632-10",
                "5792-59816-12",
                "5792-61680-12",
                "5792-100010-12"
            ]
        },
        {
            "id": 6834,
            "title": {
                "de": "Operation Nepal",
                "en": "Operation Nepal"
            },
            "short": "OPNEP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-10-01T02:00:00+02:00",
            "begin_effective": "2021-10-01T02:00:00+02:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2021-12-15T09:43:58+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14106,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51913,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                762
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6834-51913-10"
            ]
        },
        {
            "id": 8216,
            "title": {
                "de": "Entschlüsselung der DNA-Fragmentierungsmuster im Zusammenhang mit dem programmierten Zelltod während der Infektion und Analyse ihres diagnostischen Potenzials",
                "en": "Deciphering the DNA fragmentation pattern related to programmed cell death during infection and analysis of their diagnostic potential"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2020-01-01T01:00:00+01:00",
            "end_planned": "2022-03-01T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2024-05-16T12:08:22+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 98868,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8216-98868-10"
            ]
        },
        {
            "id": 5347,
            "title": {
                "de": "Effizienter Mitochondrien-Transfer",
                "en": "Effizienter Mitochondrien-Transfer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-04-01T02:00:00+02:00",
            "begin_effective": "2018-04-01T02:00:00+02:00",
            "end_planned": "2019-03-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2018-04-18T12:34:44+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-02",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2455,
            "title": {
                "de": "ACIB Austrian Center of industrial Biotechnology",
                "en": "ACIB Austrian Center of industrial Biotechnology"
            },
            "short": "ACIB",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-04-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2011-03-28T14:35:51+02:00",
            "program": 94,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 58794,
            "contact": 58794,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2455-63257-12",
                "2455-58794-10"
            ]
        },
        {
            "id": 5880,
            "title": {
                "de": "Unterschiede in BAL und Serum von Patienten mit RA-ILD unter Biologikatherapie",
                "en": "Characteristics of cells in bronchial lavage fluid (BALF)and serum of patients with RA-ILD under biological therapy – Pilotstudy"
            },
            "short": "BALF – Pilotstudy",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-09-01T02:00:00+02:00",
            "begin_effective": "2019-09-01T02:00:00+02:00",
            "end_planned": "2021-08-31T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2019-08-05T14:28:20+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57343,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2296
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5880-57343-10"
            ]
        },
        {
            "id": 5532,
            "title": {
                "de": "Antisense & Allele-spezifische Transkription in Krebsformen\r\n",
                "en": "Antisense and Allele-specific Transcription in Human Cancer\r\n"
            },
            "short": "Antisense",
            "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": "2021-06-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2018-11-05T11:01:31+01:00",
            "program": 86,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 94195,
            "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": [
                "5532-94195-10"
            ]
        },
        {
            "id": 7009,
            "title": {
                "de": "SARS-CoV-2 Infektion bei Kindern - Epidemiologie und Klinik",
                "en": "SARS-CoV-2 infection in children - epidemiology and clinic"
            },
            "short": "COVIDKINDER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-11-01T01:00:00+01:00",
            "begin_effective": "2021-11-01T01:00:00+01:00",
            "end_planned": "2022-06-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2022-05-05T13:26:09+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 79733,
            "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": [
                "7009-79733-10"
            ]
        },
        {
            "id": 6934,
            "title": {
                "de": "Neuro-axonale Biomarker bei bipolarer affektiver Störung",
                "en": "Neuro-axonal biomarkers in bipolar disorder"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-02-01T01:00:00+01:00",
            "begin_effective": "2021-10-01T02:00:00+02:00",
            "end_planned": "2021-10-01T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2022-02-23T12:35:55+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 92607,
            "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": [
                "6934-92607-10"
            ]
        },
        {
            "id": 7059,
            "title": {
                "de": "Erforschung neuer Anti-Aging Strategien",
                "en": "Investigating novel anti-aging strategies "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-06-01T02:00:00+02:00",
            "begin_effective": "2022-06-01T02:00:00+02:00",
            "end_planned": "2022-10-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2022-06-15T10:55:31+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                15
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7059-85069-10"
            ]
        },
        {
            "id": 7037,
            "title": {
                "de": "Innovatives Pilotprojekt: Forschung zur Laserakupunktur und Lasermedizin",
                "en": "Innovative Pilot Project: Research on Laser Acupuncture and Laser Medicine"
            },
            "short": "Lasermedizin",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2022-05-31T11:14:30+02: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": []
        },
        {
            "id": 6860,
            "title": {
                "de": "Impfantikörper nach Masern-Postexpositions-Prophylaxe mit intravenösen Immunglobulinen (IVIG)",
                "en": "Vaccination induced antibodies after measles post exposition prophylaxis with intravenous immunoglobulins"
            },
            "short": "VaccIVIG",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-09-01T02:00:00+02:00",
            "begin_effective": "2019-09-01T02:00:00+02:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2021-12-22T10:50:43+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14095,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 56810,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                97
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6860-56810-10"
            ]
        },
        {
            "id": 5923,
            "title": {
                "de": "Ein Referenzmodell für Explainable AI für die Medizin",
                "en": "A Referencemodel for Explainable AI for the medical domain"
            },
            "short": "Ex-AI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-11-04T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2019-10-08T12:19:19+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51050,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P32554",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5923-51050-10"
            ]
        }
    ]
}