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=200
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=220",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=180",
    "results": [
        {
            "id": 8230,
            "title": {
                "de": "Untersuchung von anti EGF-R virus-ähnlicher Partikel",
                "en": "Testing of anti EGF-R virus-like particles (VLPs)"
            },
            "short": "VLPs",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-06-01T02:00:00+02:00",
            "begin_effective": "2024-05-01T02:00:00+02:00",
            "end_planned": "2025-12-30T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2024-05-27T14:59:52+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 50593,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8230-50593-10"
            ]
        },
        {
            "id": 3850,
            "title": {
                "de": "Identifikation von Therapietargets und Biomarker für eine personalisierte Therapie von Myxofibrosarkomen",
                "en": "Exploring the molecular landscape of myxofibrosarcoma\r\nto identify personalized treatment approach"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2015-12-31T01:00:00+01:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2015-01-08T13:45:56+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50546,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3850-50546-10"
            ]
        },
        {
            "id": 4117,
            "title": {
                "de": "2.7 - ADX models for the evaluation of cancer treatments - CBmed",
                "en": "2.7 - ADX models for the evaluation of cancer treatments - CBmed"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-07-01T02:00:00+02:00",
            "begin_effective": "2015-07-01T02:00:00+02:00",
            "end_planned": "2018-12-31T01:00:00+01:00",
            "end_effective": "2018-12-31T01:00:00+01:00",
            "assignment": "2015-10-09T13:08:55+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54279,
            "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": [
                "4117-51066-12",
                "4117-54279-10"
            ]
        },
        {
            "id": 3189,
            "title": {
                "de": "BBMRI-LPC - Großangelegte prospektive Kohortenstudien ",
                "en": "BBMRI-LPC - Large-scale prospective cohort studies "
            },
            "short": "BBMRI-LPC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-02-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-10-30T01:00:00+01:00",
            "assignment": "2013-02-27T11:31:58+01:00",
            "program": 24,
            "subprogram": "INFRA-2012-1.1.9",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "313010",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3189-51663-10"
            ]
        },
        {
            "id": 3342,
            "title": {
                "de": "Klinisches Decision Support System (DSS) für molekulare Pathologie - Research Studios Austria - ProjektNr. 841246",
                "en": "Klinisches Decision Support System (DSS) für molekulare Pathologie"
            },
            "short": "kDSSMP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-08-01T02:00:00+02:00",
            "begin_effective": "2013-08-01T02:00:00+02:00",
            "end_planned": "2015-07-31T02:00:00+02:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2013-08-02T15:02:02+02:00",
            "program": 107,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "841246",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3342-51663-10"
            ]
        },
        {
            "id": 3646,
            "title": {
                "de": "Determinants of Diet and Physical Activity; Knowledge Hub to integrate and develop infrastructure for research across Europe",
                "en": "Determinants of Diet and Physical Activity; Knowledge Hub to integrate and develop infrastructure for research across Europe"
            },
            "short": "DEDIPAC KH",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-12-01T01:00:00+01:00",
            "begin_effective": "2013-12-01T01:00:00+01:00",
            "end_planned": "2016-11-30T01:00:00+01:00",
            "end_effective": "2016-11-30T01:00:00+01:00",
            "assignment": "2014-04-30T13:12:06+02:00",
            "program": null,
            "subprogram": "Joint Programming - \"A Healthy Diet for a Healthy Life\"",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                25,
                1029
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3646-51663-10"
            ]
        },
        {
            "id": 4187,
            "title": {
                "de": "Coordinated Research Infrastructures Building Enduring Life-science Services",
                "en": "Coordinated Research Infrastructures Building Enduring Life-science Services"
            },
            "short": "CORBEL_Horizon2020",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-09-01T02:00:00+02:00",
            "begin_effective": "2015-09-01T02:00:00+02:00",
            "end_planned": "2019-08-31T02:00:00+02:00",
            "end_effective": "2020-05-31T02:00:00+02:00",
            "assignment": "2015-12-10T11:21:07+01:00",
            "program": 109,
            "subprogram": "INFRADEV-4-2014-2015",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "654248",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4187-51663-10"
            ]
        },
        {
            "id": 4718,
            "title": {
                "de": "SPIDIA für personalisierte Medizin -  Standardisierung generischer Präanalytischen Methoden für In-Vitro DIAgnostics für personalisierte Medizin",
                "en": "SPIDIA for Personalized Medicine - Standardisation of generic Pre-analytical procedures for In-vitro DIAgnostics for Personalized Medicine"
            },
            "short": "SPIDIA4P_Horizon",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-01-01T01:00:00+01:00",
            "begin_effective": "2017-01-01T01:00:00+01:00",
            "end_planned": "2020-12-31T01:00:00+01:00",
            "end_effective": "2021-06-30T02:00:00+02:00",
            "assignment": "2016-12-01T14:50:29+01:00",
            "program": 109,
            "subprogram": "SC1-HCO-02-2016",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "733112",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4718-51870-12",
                "4718-51663-10"
            ]
        },
        {
            "id": 4188,
            "title": {
                "de": "implementAtion anD OPeration of the gaTeway for health into the Biobanking and BioMolecular resources Research Infrastructure – European Research Infrastructure Consortium.",
                "en": "implementAtion anD OPeration of the gaTeway for health into the Biobanking and BioMolecular resources Research Infrastructure – European Research Infrastructure Consortium."
            },
            "short": "Adopt BBMRI-ERIC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-10-01T02:00:00+02:00",
            "begin_effective": "2015-10-01T02:00:00+02:00",
            "end_planned": "2018-09-30T02:00:00+02:00",
            "end_effective": "2019-03-31T01:00:00+01:00",
            "assignment": "2015-12-10T12:10:09+01:00",
            "program": 109,
            "subprogram": "INFRADEV-3-2015",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "676550",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4188-51663-10"
            ]
        },
        {
            "id": 3994,
            "title": {
                "de": "Biobanking and the Cyprus Human Genome Project",
                "en": "Biobanking and the Cyprus Human Genome Project"
            },
            "short": "CY-Biobank_Horizon",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-06-01T02:00:00+02:00",
            "begin_effective": "2015-06-01T02:00:00+02:00",
            "end_planned": "2016-05-31T02:00:00+02:00",
            "end_effective": "2016-05-31T02:00:00+02:00",
            "assignment": "2015-05-04T13:54:16+02:00",
            "program": 109,
            "subprogram": "WIDESPREAD-2014-2015",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "664561",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3994-51449-12",
                "3994-51663-10"
            ]
        },
        {
            "id": 4129,
            "title": {
                "de": "Bridging Biobanking and Biomedical Research across Europe and Africa",
                "en": "Bridging Biobanking and Biomedical Research across Europe and Africa"
            },
            "short": "B3Africa_Horizon",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-02-01T01:00:00+01:00",
            "begin_effective": "2015-07-01T02:00:00+02:00",
            "end_planned": "2018-01-31T01:00:00+01:00",
            "end_effective": "2018-09-30T02:00:00+02:00",
            "assignment": "2015-10-21T12:02:02+02:00",
            "program": 109,
            "subprogram": "H2020-INFRASUPP-2014-2",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "654404",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4129-51449-12",
                "4129-51663-10"
            ]
        },
        {
            "id": 6317,
            "title": {
                "de": "Referenzmodell für ein kollaboratives Daten-, Informations- und Wissensmanagement im regionalen und europäischen Kontext",
                "en": "Referenzmodell für ein kollaboratives Daten-, Informations- und Wissensmanagement im regionalen und europäischen Kontext"
            },
            "short": "REGIO Data",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-05-01T02:00:00+02:00",
            "begin_effective": "2020-09-01T02:00:00+02:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2022-05-31T02:00:00+02:00",
            "assignment": "2020-10-22T11:27:30+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "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": [
                "6317-51663-10"
            ]
        },
        {
            "id": 6476,
            "title": {
                "de": "Cell culture system for antiviral testing",
                "en": "Cell culture system for antiviral testing"
            },
            "short": "WP 91011",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-05-01T02:00:00+02:00",
            "begin_effective": "2020-05-01T02:00:00+02:00",
            "end_planned": "2021-04-30T02:00:00+02:00",
            "end_effective": "2021-04-30T02:00:00+02:00",
            "assignment": "2021-03-03T15:30:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6476-51663-10"
            ]
        },
        {
            "id": 6459,
            "title": {
                "de": "ERINHA-Advance - Access: Development of Next Generation SARS-CoV-2 Diagnostics",
                "en": "ERINHA-Advance - Access: Development of Next Generation SARS-CoV-2 Diagnostics"
            },
            "short": "NESARSDia",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-11-16T01:00:00+01:00",
            "begin_effective": "2020-12-01T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2022-06-30T02:00:00+02:00",
            "assignment": "2021-02-15T15:10:51+01:00",
            "program": 109,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "824061",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6459-51663-10"
            ]
        },
        {
            "id": 5538,
            "title": {
                "de": "European Advanced infraStructure for Innovative Genomics",
                "en": "European Advanced infraStructure for Innovative Genomics"
            },
            "short": "EASI-Genomics",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-09-01T02:00:00+02:00",
            "begin_effective": "2019-02-01T01:00:00+01:00",
            "end_planned": "2022-09-01T02:00:00+02:00",
            "end_effective": "2023-07-31T02:00:00+02:00",
            "assignment": "2018-11-12T09:32:59+01:00",
            "program": 109,
            "subprogram": "H2020-INFRAIA-2018-2020 ",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "824110",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5538-51663-10"
            ]
        },
        {
            "id": 5553,
            "title": {
                "de": "Advancing European Research Infrastructure on Highly Pathogenic Agents",
                "en": "Advancing European Research Infrastructure  on Highly Pathogenic Agents"
            },
            "short": "ERINHA-Advance",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-09-01T02:00:00+02:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2021-09-01T02:00:00+02:00",
            "end_effective": "2022-06-30T02:00:00+02:00",
            "assignment": "2018-11-21T09:34:04+01:00",
            "program": 109,
            "subprogram": "INFRADEV-03-2018-2019",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "824061",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5553-51663-10"
            ]
        },
        {
            "id": 4998,
            "title": {
                "de": "Digitales Hepathopathologie Expertenportal basierend auf den Befunden von Prof. Denk.",
                "en": "Digitales Hepathopathologie Expertenportal basierend auf den Befunden von Prof. Denk."
            },
            "short": "DHPortal",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-09-01T02:00:00+02:00",
            "begin_effective": "2017-08-01T02:00:00+02:00",
            "end_planned": "2018-08-31T02:00:00+02:00",
            "end_effective": "2018-08-31T02:00:00+02:00",
            "assignment": "2017-07-06T10:32:46+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-23",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4998-51663-10"
            ]
        },
        {
            "id": 6100,
            "title": {
                "de": "In-vitro Verifikation von Virus-Inhibitoren",
                "en": "In-vitro verification of virus inhibitors"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-03-16T01:00:00+01:00",
            "begin_effective": "2020-04-01T02:00:00+02:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2020-10-31T01:00:00+01:00",
            "assignment": "2020-03-16T13:55:16+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-50",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6100-51663-10"
            ]
        },
        {
            "id": 6689,
            "title": {
                "de": "Untersuchung der antiviralen Wirkung eines Peptids gegen SARS-CoV-2",
                "en": "Untersuchung der antiviralen Wirkung eines Peptids gegen SARS-CoV-2"
            },
            "short": "SARS-CoV-2 Inhibitor",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-07-01T02:00:00+02:00",
            "begin_effective": "2021-09-01T02:00:00+02:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2023-08-31T02:00:00+02:00",
            "assignment": "2021-09-07T18:13:05+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999888039",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6689-51663-10"
            ]
        },
        {
            "id": 6750,
            "title": {
                "de": "Antiviral NanOmaterials for Personal SAfety",
                "en": "Antiviral NanOmaterials for Personal SAfety"
            },
            "short": "ANOPSA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-09-01T02:00:00+02:00",
            "begin_effective": "2021-09-01T02:00:00+02:00",
            "end_planned": "2023-08-31T02:00:00+02:00",
            "end_effective": "2023-11-30T01:00:00+01:00",
            "assignment": "2021-10-18T13:11:14+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999888037",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6750-51663-10"
            ]
        }
    ]
}