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=540&ordering=-end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2265,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=560&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=520&ordering=-end_planned",
    "results": [
        {
            "id": 6702,
            "title": {
                "de": "Biomolekulare Strukturen und Interaction",
                "en": "Biomolecular Structures and Interactions"
            },
            "short": "BioMolStruct",
            "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": "2025-09-30T02:00:00+02:00",
            "end_effective": "2023-03-31T02:00:00+02:00",
            "assignment": "2021-09-22T13:16:13+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 83066,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "DOC 130-B",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6702-83066-10"
            ]
        },
        {
            "id": 6969,
            "title": {
                "de": "Arachaome in immunotherapy",
                "en": "Arachaome in immunotherapy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-10-01T02:00:00+02:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2022-03-22T13:57:31+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14085,
            "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": "KLI1065",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 6704,
            "title": {
                "de": "RESPIMMUN",
                "en": "RESPIMMUN"
            },
            "short": "RESPIMMUN",
            "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": "2025-09-30T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2021-09-22T14:05:12+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51756,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "DOC 129-B",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6704-51756-10"
            ]
        },
        {
            "id": 7274,
            "title": {
                "de": "Regulatoren der LPL, Lipide, und Atherosklerose",
                "en": "Regulators of LPL, Lipids, and Athersoclerosis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2023-10-16T02:00:00+02:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2027-10-15T02:00:00+02:00",
            "assignment": "2022-11-30T11:16:34+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14079,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 96032,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": 8,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1117",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7274-96032-10"
            ]
        },
        {
            "id": 6707,
            "title": {
                "de": "RESPIMMUN - Immunmodulation bei Atemwegserkrankungen",
                "en": "RESPIMMUN - Immune Modulation in Respiratory Diseases "
            },
            "short": "RESPImmun",
            "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": "2025-09-30T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2021-09-22T14:15:12+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50791,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "DOC 129-B",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6707-50791-10"
            ]
        },
        {
            "id": 7983,
            "title": {
                "de": "Gewebe-infiltrierende Lymphozyten - Direkte Evaluierung der Rezeptoren",
                "en": "Tissue-infiltrating Lymphocytes - Direct Evaluation of Receptors"
            },
            "short": "TIL-DER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-04-01T02:00:00+02:00",
            "begin_effective": "2024-04-01T02:00:00+02:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2024-01-19T11:58:34+01:00",
            "program": 117,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 98567,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999909640",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7983-98567-10"
            ]
        },
        {
            "id": 6705,
            "title": {
                "de": "RESPIMMUN - Gluconeogenese in Tumor-Stromazellen\r\n",
                "en": "RESPIMMUN - Gluconeogenesis in tumor-promoting stroma cells"
            },
            "short": "RESPIMMUN",
            "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": "2025-09-30T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2021-09-22T14:10:33+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 57557,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "DOC 129-B",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6705-102775-12",
                "6705-57557-10"
            ]
        },
        {
            "id": 7013,
            "title": {
                "de": "LncRNAs in triple negativ breast cancer",
                "en": "LncRNAs in triple negative breast cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2022-05-11T11:23:48+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P35975",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 7984,
            "title": {
                "de": "Gewebe-infiltrierende Lymphozyten - Direkte Evaluierung der Rezeptoren ",
                "en": "Tissue-infiltrating Lymphocytes - Direct Evaluation of Receptors "
            },
            "short": "TIL-DER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-04-01T02:00:00+02:00",
            "begin_effective": "2024-04-01T02:00:00+02:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2024-01-19T12:01:27+01:00",
            "program": 117,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 97234,
            "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": [
                "7984-97234-10"
            ]
        },
        {
            "id": 7176,
            "title": {
                "de": "BioMedAI TWINNING",
                "en": "BioMedAI TWINNING"
            },
            "short": "BioMedAI TWINNING",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-08-31T02:00:00+02:00",
            "end_effective": "2025-10-31T01:00:00+01:00",
            "assignment": "2022-09-21T15:03:17+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51449,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101079183",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7176-51449-10",
                "7176-99976-12",
                "7176-119452-12",
                "7176-125115-12",
                "7176-132902-12"
            ]
        },
        {
            "id": 9255,
            "title": {
                "de": "Präziseres Therapiemonitoring dank blutbasierter Biomarker",
                "en": "It’s in our blood: Improving cancer treatment monitoring via liquid biomarkers"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-09-01T02:00:00+02:00",
            "begin_effective": "2025-10-01T02:00:00+02:00",
            "end_planned": "2025-08-31T02:00:00+02:00",
            "end_effective": "2027-09-30T02:00:00+02:00",
            "assignment": "2025-10-06T13:24:38+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 76215,
            "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": [
                "9255-76215-10"
            ]
        },
        {
            "id": 7338,
            "title": {
                "de": "Augmented Reality unterstützte funktionelle Gehirnkartierung für navigierte Operationsvorbereitung und Ausbildung",
                "en": "Augmented Reality supported Functional Brain Mapping for Navigated Surgery Preparation and Education"
            },
            "short": "nARvibrain",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-08-31T02:00:00+02:00",
            "end_effective": "2026-04-30T02:00:00+02:00",
            "assignment": "2023-01-18T14:32:30+01:00",
            "program": 126,
            "subprogram": null,
            "organization": 14054,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 57389,
            "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": [
                "7338-57389-10",
                "7338-60744-12",
                "7338-118409-12",
                "7338-119690-12"
            ]
        },
        {
            "id": 8053,
            "title": {
                "de": "Digitaler Diabetes Assistent",
                "en": "Digitaler Diabetes Assistant"
            },
            "short": "EIT Health DigiDiab",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2023-10-01T02:00:00+02:00",
            "end_planned": "2025-08-31T02:00:00+02:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2024-02-21T09:41:21+01:00",
            "program": 217,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 65558,
            "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": [
                "8053-65558-10",
                "8053-125094-12"
            ]
        },
        {
            "id": 7699,
            "title": {
                "de": "Gesamtumsatzmessung mittels doubly labeled water Methoden",
                "en": "Total energy expenditure measurements using doubly labeled water methods"
            },
            "short": "TrisoTEE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2023-09-01T02:00:00+02:00",
            "end_planned": "2025-08-31T02:00:00+02:00",
            "end_effective": "2026-05-31T02:00:00+02:00",
            "assignment": "2023-07-31T11:53:22+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50838,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7699-50838-10"
            ]
        },
        {
            "id": 7842,
            "title": {
                "de": "SARS-CoV-2 Re-Infektionsrisiko und Impfstoffwirksamkeit in Österreich",
                "en": "SARS-CoV-2 Re-Infection Risk and Vaccine efficacy in Austria: SARIVA Study"
            },
            "short": "SARIVA Study",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2025-08-30T02:00:00+02:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2023-10-19T14:40:41+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53344,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1188",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7842-53344-10"
            ]
        },
        {
            "id": 6728,
            "title": {
                "de": "RESPIMMUN",
                "en": "RESPIMMUN"
            },
            "short": "RESPIMMUN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-09-01T02:00:00+02:00",
            "begin_effective": "2021-10-01T02:00:00+02:00",
            "end_planned": "2025-08-30T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2021-10-04T13:55:15+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 54345,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "DOC 129-B",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6728-62906-12",
                "6728-84366-12",
                "6728-100879-12",
                "6728-115981-12",
                "6728-54345-10"
            ]
        },
        {
            "id": 8049,
            "title": {
                "de": "Verbesserung der Achtsamkeit für Mentalen Gesundheit bei Studenten in Kenya",
                "en": "Strengthening Mental Health Awareness among Secondary School Students in\r\nKenya (SMEHAS)"
            },
            "short": "SMEHAS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-08-11T02:00:00+02:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2025-08-11T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2024-02-20T14:35:55+01:00",
            "program": 201,
            "subprogram": null,
            "organization": 29447,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 59288,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8049-59288-10"
            ]
        },
        {
            "id": 8008,
            "title": {
                "de": "Identifizierung neuer Targets in der TP53-vermittelten Therapieresistenz bei akuter myeloischer Leukämie durch CRISPRko-Screens",
                "en": "Identifying novel targets to combat aberrant TP53 mediated therapeutic resistance in acute myeloid leukemia using CRISPRko screens"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-02-01T01:00:00+01:00",
            "begin_effective": "2024-02-01T01:00:00+01:00",
            "end_planned": "2025-08-01T02:00:00+02:00",
            "end_effective": "2026-07-31T02:00:00+02:00",
            "assignment": "2024-02-01T11:43:46+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 101484,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1564
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8008-103341-12",
                "8008-101484-10"
            ]
        },
        {
            "id": 7272,
            "title": {
                "de": "Die Rolle von Epigenetik und veränderter Zytokinantwort in Stimmlippen-Fibroblasten von Reinke Ödem Patienten",
                "en": "Role of epigenetics and differential cytokine response in vocal fold fibroblasts of Reinke's edema patients"
            },
            "short": "RE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-08-01T02:00:00+02:00",
            "begin_effective": "2023-01-16T01:00:00+01:00",
            "end_planned": "2025-07-31T02:00:00+02:00",
            "end_effective": "2027-01-15T01:00:00+01:00",
            "assignment": "2022-11-29T15:14:56+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 69755,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P36067",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7272-50670-12",
                "7272-50698-12",
                "7272-50899-12",
                "7272-69755-10",
                "7272-77116-12",
                "7272-82902-12",
                "7272-97517-12",
                "7272-98190-12",
                "7272-88652-12",
                "7272-103118-12",
                "7272-129518-12"
            ]
        },
        {
            "id": 7130,
            "title": {
                "de": "Profiling und funktionelle Analyse des Immun-Environments des extramedullären Leukämierelapses\r\n\r\n",
                "en": "Profiling and functional analysis of the Immune environment of eXtramedullary leukemia rELapses\r\n\r\n"
            },
            "short": "PIXEL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-07-01T02:00:00+02:00",
            "begin_effective": "2023-02-01T01:00:00+01:00",
            "end_planned": "2025-07-01T02:00:00+02:00",
            "end_effective": "2026-04-30T02:00:00+02:00",
            "assignment": "2022-08-16T10:27:51+02:00",
            "program": 112,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 57402,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I6101",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7130-57402-10",
                "7130-97430-12",
                "7130-118869-12"
            ]
        }
    ]
}