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=460&ordering=-end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2244,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=480&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=440&ordering=-end_effective",
    "results": [
        {
            "id": 6743,
            "title": {
                "de": "RESPIMMUN: Immunophänotypisierung des vaskulären Phänotyps bei COPD",
                "en": "RESPIMMUN: Immunophenotyping the vascular phenotype within COPD"
            },
            "short": "RESPIMMUN Leigh Marsh_subproject",
            "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-10-13T15:25:57+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 100911,
            "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": [
                "6743-111474-12",
                "6743-100911-10"
            ]
        },
        {
            "id": 6727,
            "title": {
                "de": "RESPIMMUN\r\n",
                "en": "RESPIMMUN\r\n"
            },
            "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-11-30T01:00:00+01:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2021-10-04T13:53:34+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 60706,
            "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": [
                "6727-60706-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": 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": 7658,
            "title": {
                "de": "Mechanistic Studies of the Vascular and Cardiac Effects of the Aqueous Calyx Extract of Hibiscus sabdariffa ",
                "en": "Mechanistic Studies of the Vascular and Cardiac Effects of the Aqueous Calyx Extract of Hibiscus sabdariffa "
            },
            "short": "AQUECALYX",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2025-05-31T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2023-07-06T11:49:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 57932,
            "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": [
                "7658-57932-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": 7236,
            "title": {
                "de": "Der Effekt von prä-operativer Flüssigkeitsgabe auf den Blutdruck bei Narkose-Einleitung",
                "en": "Effect of Pre-operative Intravenous Crystalloids on Post-Induction Blood Pressure\r\n"
            },
            "short": "Preop Fluid Study",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-11-01T01:00:00+01:00",
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": "2024-06-01T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2022-10-28T17:08:41+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 107954,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 1097",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7236-95708-11",
                "7236-97332-12",
                "7236-100461-12",
                "7236-107954-10"
            ]
        },
        {
            "id": 6714,
            "title": {
                "de": "RESPIMMUN: Charakterisierung des vaskulären Phänotyps bei COPD. Gib es Geschlechtsunterschiede?",
                "en": "RESPIMMUN: Characterization of the vascular phenotype in COPD. Are there gender differences?"
            },
            "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": "2024-09-30T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2021-09-28T17:16:31+02:00",
            "program": 66,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 54345,
            "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": [
                "6714-101018-12",
                "6714-105621-12",
                "6714-111570-12"
            ]
        },
        {
            "id": 6703,
            "title": {
                "de": "Koordination: RESPIMMUN - Immun Modulation Respiratorischer Krankheiten",
                "en": "Coordination: 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-22T13:35:46+02:00",
            "program": 114,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 82090,
            "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": [
                "6703-87378-12",
                "6703-96374-12",
                "6703-82090-10"
            ]
        },
        {
            "id": 7190,
            "title": {
                "de": "Was macht Albumin (in)effektiv?",
                "en": "What makes albumin (in)effective?"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2023-01-31T01:00:00+01:00",
            "end_effective": "2025-11-07T01:00:00+01:00",
            "assignment": "2022-09-28T11:32:05+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90044,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2623
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7190-90044-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": 6238,
            "title": {
                "de": "Effekte von HDAC Inhibition auf die kontraktile Funktion und Stoffwechsel in Herzinsuffizienz mit erhaltener Pumpfunktion",
                "en": "Effects of HDAC inhibition on contractile function and metabolism in heart failure with preserved ejection fraction"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-10-01T02:00:00+02:00",
            "begin_effective": "2020-10-01T02:00:00+02:00",
            "end_planned": "2022-10-31T01:00:00+01:00",
            "end_effective": "2025-10-31T01:00:00+01:00",
            "assignment": "2020-08-11T16:12:28+02: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": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6238-72301-10",
                "6238-75758-12",
                "6238-110289-12"
            ]
        },
        {
            "id": 7828,
            "title": {
                "de": "Verständnis der Rolle von großen IA-HDL bei menschlichen Erkrankungen",
                "en": "Understanding the role of large IA-HDL in human disease"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-10-01T02:00:00+02:00",
            "begin_effective": "2023-11-01T01:00:00+01:00",
            "end_planned": "2024-04-30T02:00:00+02:00",
            "end_effective": "2025-10-31T01:00:00+01:00",
            "assignment": "2023-10-16T15:01:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 62749,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-93",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7828-62749-10"
            ]
        },
        {
            "id": 6713,
            "title": {
                "de": "Personalized, chronotherapeutic Forest Environment for Delirium Prevention on the ICU",
                "en": "Personalized, chronotherapeutic Forest Environment for Delirium Prevention on the ICU"
            },
            "short": "Forest Environment",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-07-01T02:00:00+02:00",
            "begin_effective": "2021-11-01T01:00:00+01:00",
            "end_planned": "2024-07-01T02:00:00+02:00",
            "end_effective": "2025-10-31T01:00:00+01:00",
            "assignment": "2021-09-27T16:31:58+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79771,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999888155",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6713-79771-10"
            ]
        },
        {
            "id": 9003,
            "title": {
                "de": "Räumliche Transkriptomik zur Vorhersage des Behandlungsansprechens und zur Personalisierung der Therapie bei HER2+-Brustkrebs",
                "en": "Spatial transcriptomics to predict treatment response and personalize therapy in HER2+ Breast Cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-06-01T02:00:00+02:00",
            "begin_effective": "2025-05-01T02:00:00+02:00",
            "end_planned": "2026-05-31T02:00:00+02:00",
            "end_effective": "2025-10-15T02:00:00+02:00",
            "assignment": "2025-06-05T15:20:06+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 124172,
            "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": [
                "9003-124172-10"
            ]
        },
        {
            "id": 7088,
            "title": {
                "de": "Immunmodelierung in Atemwegserkrankungen",
                "en": "Immunomodulation in lung diseases"
            },
            "short": "RESPIMMUN Land Stmk",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-03-01T01:00:00+01:00",
            "begin_effective": "2022-10-03T02:00:00+02:00",
            "end_planned": "2024-03-01T01:00:00+01:00",
            "end_effective": "2025-10-02T02:00:00+02:00",
            "assignment": "2022-07-07T14:03:16+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 82090,
            "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": [
                "7088-82090-10",
                "7088-114963-12"
            ]
        },
        {
            "id": 6017,
            "title": {
                "de": "Tracking General Movements - An Observing‐the‐Observer Approach   to Understand and Enhance Clinical Reasoning   for the General Movement Assessment",
                "en": "Tracking General Movements - An Observing‐the‐Observer Approach   to Understand and Enhance Clinical Reasoning   for the General Movement Assessment"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-01-01T01:00:00+01:00",
            "begin_effective": "2020-04-01T02:00:00+02:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2025-09-30T02:00:00+02:00",
            "assignment": "2020-01-09T12:00:04+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14068,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58883,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI811",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6017-58883-10"
            ]
        },
        {
            "id": 6183,
            "title": {
                "de": "Kann der BAT Inhibitionstest die Stichprovokation ersetzen?",
                "en": "Is the BAT inhibition able to replace sting challenges?"
            },
            "short": null,
            "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": "2024-03-31T01:00:00+01:00",
            "end_effective": "2025-09-30T02:00:00+02:00",
            "assignment": "2020-07-02T20:47:26+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 87717,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI836",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6183-87717-10"
            ]
        },
        {
            "id": 7795,
            "title": {
                "de": "Entwicklung und biologische Charakterisierung eines nanoskaligen Wirkstoffdarreichungssystems für den einbau von multiresistenzumgehenden RNA Konstrukten",
                "en": "Development and biological characterization of nanoscale drug delivery systems, incorporating multidrug resistence-reversing RNA constructs"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-07-01T02:00:00+02:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2025-09-30T02:00:00+02:00",
            "assignment": "2023-10-03T13:43:33+02:00",
            "program": 207,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 113130,
            "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": [
                "7795-113130-10"
            ]
        },
        {
            "id": 7299,
            "title": {
                "de": "OES Gewebeproben – Phase 2",
                "en": "OES Gewebeproben – Phase 2"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": null,
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": null,
            "end_effective": "2025-09-30T02:00:00+02:00",
            "assignment": "2022-12-12T14:54:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 86408,
            "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": [
                "7299-86408-10"
            ]
        }
    ]
}